Update CHANGELOG

This commit is contained in:
Ray 2024-10-24 00:14:36 +02:00
parent 6184a2db3d
commit ea81436bef

View file

@ -10,10 +10,13 @@ KEY CHANGES:
- New rcore backend: RGFW - New rcore backend: RGFW
- New raylib project creator tool - New raylib project creator tool
- New platforms supported: Dreamcast, N64, PSP, PSVita, PS4 - New platforms supported: Dreamcast, N64, PSP, PSVita, PS4
- GPU Skinning (all platforms and GPU versions) - GPU Skinning (all platforms and GL versions)
- raymath C++ operators - raymath C++ operators
Detailed changes: Detailed changes:
WIP: Last update with commit from 21-Oct-2024
[rcore] ADDED: Working directory info at initialization by @Ray [rcore] ADDED: Working directory info at initialization by @Ray
[rcore] ADDED: `MakeDirectory()`, supporting recursive directory creation by @Ray [rcore] ADDED: `MakeDirectory()`, supporting recursive directory creation by @Ray
[rcore] ADDED: `ComputeSHA1()` (#4390) by @Anthony Carbajal [rcore] ADDED: `ComputeSHA1()` (#4390) by @Anthony Carbajal