Browse Source

Update CHANGELOG

Ray 2 years ago
parent
commit
92b7589f89
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CHANGELOG

+ 2 - 2
CHANGELOG

@@ -1,7 +1,7 @@
 changelog
 changelog
 ---------
 ---------
 
 
-Current Release:    raylib 4.5.0 (18 March 2023)
+Current Release:    raylib 5.0 (18 November 2023)
 
 
 -------------------------------------------------------------------------
 -------------------------------------------------------------------------
 Release:     raylib 5.0 - 10th Anniversary Edition (18 November 2023)
 Release:     raylib 5.0 - 10th Anniversary Edition (18 November 2023)
@@ -13,7 +13,7 @@ KEY CHANGES:
  - ADDED: New Splines drawing and evaluation API
  - ADDED: New Splines drawing and evaluation API
  - ADDED: New pseudo-random numbers generator: rprand
  - ADDED: New pseudo-random numbers generator: rprand
  - ADDED: Automation Events System API
  - ADDED: Automation Events System API
- - REMOVED: Deprecated platform: PLATFORM_RPI, use PLATFORM_DRM instead
+ - UPDATED: raygui 4.0: New version of this immediate-mode gui system for tools development with raylib
 
 
 Detailed changes:
 Detailed changes:
 [rcore] ADDED: RAYLIB_VERSION_* values to raylib.h (#2856) by @RobLoach
 [rcore] ADDED: RAYLIB_VERSION_* values to raylib.h (#2856) by @RobLoach