summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-27 20:31:20 +0100
committerGitHub <[email protected]>2020-03-27 20:31:20 +0100
commit976a10c891be0eeb7b27e40965f72ac82a7576c4 (patch)
treed6f7f63b54c68610cf48ceed1c8acd5d57282806 /CHANGELOG
parentd28e73849bd53230fe322bd03a7c2ddab8d1c7a2 (diff)
downloadraylib-976a10c891be0eeb7b27e40965f72ac82a7576c4.tar.gz
raylib-976a10c891be0eeb7b27e40965f72ac82a7576c4.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 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.