Update CHANGELOG
This commit is contained in:
parent
2d07d29a1c
commit
78e8fd1c31
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
changelog
|
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:
|
KEY CHANGES:
|
||||||
- Global context states used on all modules.
|
- Global context states used on all modules.
|
||||||
- Custom memory allocators for all modules and dependencies.
|
- 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.
|
- raudio module reviewed to accomodate new Music struct and new miniaudio.
|
||||||
- text module reviewed to improve fonts generation and text management functions.
|
- 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.
|
- GitHub Actions CI implemented for Windows, Linux and macOS.
|
||||||
|
|
||||||
Detailed changes:
|
Detailed changes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue