Browse Source

Update CHANGELOG

Ray 10 months ago
parent
commit
ea81436bef
1 changed files with 4 additions and 1 deletions
  1. 4 1
      CHANGELOG

+ 4 - 1
CHANGELOG

@@ -10,10 +10,13 @@ KEY CHANGES:
  - New rcore backend: RGFW
  - New raylib project creator tool
  - 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
 
 Detailed changes:
+
+WIP: Last update with commit from 21-Oct-2024
+
 [rcore] ADDED: Working directory info at initialization by @Ray
 [rcore] ADDED: `MakeDirectory()`, supporting recursive directory creation by @Ray
 [rcore] ADDED: `ComputeSHA1()` (#4390) by @Anthony Carbajal