summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-11 16:52:52 +0100
committerGitHub <[email protected]>2020-02-11 16:52:52 +0100
commitee43a14f195b3b392b6d335eccadd1b6f4d62dc0 (patch)
treee1daddc06ec8d7d26b5188736098fbbb4da320bd /CHANGELOG
parent64c23f8477d4b785e61f8a0a1ad02bf80469a3a9 (diff)
downloadraylib-ee43a14f195b3b392b6d335eccadd1b6f4d62dc0.tar.gz
raylib-ee43a14f195b3b392b6d335eccadd1b6f4d62dc0.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd1cf790..55deeff9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,13 +7,13 @@ Current Release: raylib 3.0.0 (Feb.2020) -WIP-
Release: raylib 3.0 (Feb 2020)
-----------------------------------------------
KEY CHANGES:
- - Global context states...
- - Custom memory allocators...
- - Structures review...
- - raudio module review...
- - text/fonts review...
- - examples addition, readme table...
- - GitHub Actions CI
+ - Global context states used on all modules.
+ - Custom memory allocators for all modules and dependencies.
+ - Structures reviewed to reduce size and always used as pass-by-value.
+ - raudio module reviewed to accomodate new Music struct and new miniaudio.
+ - text module reviewed to improve fonts generation and text management functions.
+ - examples addition, multiple new examples and categorized examples table.
+ - GitHub Actions CI implemented for Windows, Linux and macOS.
Detailed changes:
[build] ADDED: VS2017.ANGLE project, by @msmshazan