summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-21 13:32:53 +0100
committerGitHub <[email protected]>2020-03-21 13:32:53 +0100
commit78e8fd1c31f652309d4c3940bf76e78939c234d6 (patch)
treea17a4df1ce40051f1ffc88cc087aa20ebfb9fd03 /CHANGELOG
parent2d07d29a1c1171500c4bb8f8f221824b7f8d014c (diff)
downloadraylib-78e8fd1c31f652309d4c3940bf76e78939c234d6.tar.gz
raylib-78e8fd1c31f652309d4c3940bf76e78939c234d6.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 55deeff9..7b4d8d63 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,18 +1,19 @@
changelog
---------
-Current Release: raylib 3.0.0 (Feb.2020) -WIP-
+Current Release: raylib 3.0.0 (Mar.2020) -WIP-
-----------------------------------------------
-Release: raylib 3.0 (Feb 2020)
+Release: raylib 3.0 (Mar 2020) -WIP-
-----------------------------------------------
KEY CHANGES:
- 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.
+ - Centralized file access system and memory data loading.
+ - Structures reviewed to reduce size and always be 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.
+ - Multiple new examples added and categorized examples table.
- GitHub Actions CI implemented for Windows, Linux and macOS.
Detailed changes: