From 28213c2a206a2d5c05add21d2a74545cd9f1634a Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 25 Nov 2020 00:24:51 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 56b733952..cc31f7781 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