diff options
| author | Ray <[email protected]> | 2020-02-11 16:52:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-11 16:52:52 +0100 |
| commit | ee43a14f195b3b392b6d335eccadd1b6f4d62dc0 (patch) | |
| tree | e1daddc06ec8d7d26b5188736098fbbb4da320bd /CHANGELOG | |
| parent | 64c23f8477d4b785e61f8a0a1ad02bf80469a3a9 (diff) | |
| download | raylib-ee43a14f195b3b392b6d335eccadd1b6f4d62dc0.tar.gz raylib-ee43a14f195b3b392b6d335eccadd1b6f4d62dc0.zip | |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
