summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2020-11-22 00:16:26 +0100
committerGitHub <[email protected]>2020-11-22 00:16:26 +0100
commit8e482683101ec0af2576e65b387aa73fc0244c50 (patch)
treec75498f6b436f9c37a75127d02188f140f0bc518 /CHANGELOG
parentbb9d734f69f70be641b7db9c8a573fb4fb5b8ee8 (diff)
downloadraylib-8e482683101ec0af2576e65b387aa73fc0244c50.tar.gz
raylib-8e482683101ec0af2576e65b387aa73fc0244c50.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 72f73681..5fa5789a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -130,6 +130,7 @@ Detailed changes:
[audio] REDESIGNED: LoadSound(): Use memory loading (WAV, OGG, MP3, FLAC) (#1312)
[audio] REDESIGNED: ExportWaveAsCode() to use memory buffers
[utils] REVIEWED: android_fopen() to support SDCard access
+[utils] REDESIGNED: SaveFile*() functions to expose file access results (#1420)
[rmem] REVIEWED: MemPool and other allocators optimization (#1211) by @assyrianic
[examples] ADDED: core/core_quat_conversion by @chriscamacho and @codifies
[examples] ADDED: textures/textures_blend_modes (#1261) by @accidentalrebel