From 976a10c891be0eeb7b27e40965f72ac82a7576c4 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 27 Mar 2020 20:31:20 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index b95b6689..faded4df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ KEY CHANGES: - Custom memory allocators for all modules and dependencies. - Centralized file access system and memory data loading. - Structures reviewed to reduce size and always be used as pass-by-value. + - Tracelog messages completely reviewed and categorized. - raudio module reviewed to accomodate new Music struct and new miniaudio. - text module reviewed to improve fonts generation and text management functions. - Multiple new examples added and categorized examples table.