summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2020-11-25 00:24:51 +0100
committerGitHub <[email protected]>2020-11-25 00:24:51 +0100
commit28213c2a206a2d5c05add21d2a74545cd9f1634a (patch)
tree6937b9d347c9de4dadf2ba705d944e3e2f1d47ff /CHANGELOG
parent687dd34c384e62a419ea3e2500f1112cb714e45a (diff)
downloadraylib-28213c2a206a2d5c05add21d2a74545cd9f1634a.tar.gz
raylib-28213c2a206a2d5c05add21d2a74545cd9f1634a.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 56b73395..cc31f778 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -136,6 +136,7 @@ Detailed changes:
[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_window_flags
[examples] ADDED: core/core_quat_conversion by @chriscamacho and @codifies
[examples] ADDED: textures/textures_blend_modes (#1261) by @accidentalrebel
[examples] ADDED: textures/textures_draw_tiled (#1291) by @Demizdor