REVIEWED: Start working on raylib 6.0 release...

This commit is contained in:
Ray
2026-02-26 23:59:30 +01:00
parent c686e087b3
commit 2b3218c3db
5 changed files with 29 additions and 14 deletions

View File

@ -3,6 +3,16 @@ changelog
Current Release: raylib 5.5 (18 November 2024)
-------------------------------------------------------------------------
Release: raylib 6.0 (?? March 2026)
-------------------------------------------------------------------------
KEY CHANGES:
- TODO...
Detailed changes:
TODO...
-------------------------------------------------------------------------
Release: raylib 5.5 (18 November 2024)
-------------------------------------------------------------------------
@ -15,8 +25,6 @@ KEY CHANGES:
Detailed changes:
WIP: Last update with commit from 02-Nov-2024
[rcore] ADDED: Working directory info at initialization by @Ray
[rcore] ADDED: `GetClipboardImage()`, supported by multiple backends (#4459) by @evertonse
[rcore] ADDED: `MakeDirectory()`, supporting recursive directory creation by @Ray