diff options
| author | Ray <[email protected]> | 2022-08-11 19:16:16 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-11 19:16:16 +0200 |
| commit | feb9c5237438e595ae8f1f8844ad9d5e935a75fd (patch) | |
| tree | 1ab79318a690dc48f003e7bb01bcfeab7b0b357e /CHANGELOG | |
| parent | 60d9cbd754afbc15706fda8e011b914e751a7efb (diff) | |
| download | raylib-feb9c5237438e595ae8f1f8844ad9d5e935a75fd.tar.gz raylib-feb9c5237438e595ae8f1f8844ad9d5e935a75fd.zip | |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,10 +1,10 @@ changelog --------- -Current Release: raylib 4.0.0 (05 November 2021) +Current Release: raylib 4.2.0 (11 August 2022) ------------------------------------------------------------------------- -Release: raylib 4.2 (August 2022) +Release: raylib 4.2 (11 August 2022) ------------------------------------------------------------------------- KEY CHANGES: - REMOVED: extras libraries (raygui, physac, rrem, reasings, raudio.h) moved to independent separate repos @@ -12,8 +12,11 @@ KEY CHANGES: - rres 1.0: A custom resource-processing and packaging file format, including tooling and raylib integration examples - raygui 3.2: New version of the immediate-mode gui system for tools development with raylib - raylib_parser: Multiple improvements of the raylib parser to automatize bindings generation + - ADDED: New file system API: Reviewed to be more aligned with raylib conventions and one advance function added + - ADDED: New audio stream processors API (_experimental_): Allowing to add custom audio stream data processors using callbacks Detailed changes: +[multi] ADDED: Frequently Asked Questions (FAQ.md) [multi] REVIEWED: Multiple trace log messages [multi] REVIEWED: Avoid some float to double promotions [multi] REVIEWED: Some functions input parametes that should be const @@ -209,9 +212,9 @@ Detailed changes: [extras] `WARNING`: REMOVED: physac from raylib sources/examples, use github.com/raysan5/physac [extras] `WARNING`: REMOVED: raygui from raylib/src/extras, use github.com/raysan5/raygui [extras] `WARNING`: REMOVED: rmem from raylib/src/extras, moved to github.com/raylib-extras/rmem -[extras] `WARNING`: REMOVED: easings from raylib/src/extras, moved to examples dir as reasings +[extras] `WARNING`: REMOVED: easings from raylib/src/extras, moved to github.com/raylib-extras/reasings [extras] `WARNING`: REMOVED: raudio.h from raylib/src, moved to github.com/raysan5/raudio -[misc] REVIEWED: Update external libraries to latest version released +[misc] REVIEWED: Update some external libraries to latest versions ------------------------------------------------------------------------- Release: raylib 4.0 - 8th Anniversary Edition (05 November 2021) |
