summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-08 21:17:37 +0200
committerGitHub <[email protected]>2022-06-08 21:17:37 +0200
commit484a61c1d45c4558be0d8b0da9b98fe80e6cc6af (patch)
tree9b900ae250dce860dd754219f24b5021eb7a8535 /CHANGELOG
parent3fc1bd067002e3c37aa71f8a981d0a4da1324adc (diff)
downloadraylib-484a61c1d45c4558be0d8b0da9b98fe80e6cc6af.tar.gz
raylib-484a61c1d45c4558be0d8b0da9b98fe80e6cc6af.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 6 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ce85af4c..27d6f155 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,12 @@ KEY CHANGES:
- raylib_parser...
Detailed changes:
+[multi] REVIEWED: Multiple trace log messages
+[multi] REVIEWED: Avoid some float to double promotions
+[multi] REVIEWED: Some functions input parametes that should be const
+[multi] REVIEWED: Variables initialization, all variables are initialized on declaration
+[multi] REVIEWED: Static array buffers are always re-initialized with memset()
+[multi] `WARNING`: RENAMED: Some function input parameters from "length" to "size"
[core] ADDED: GetApplicatonDirectory() (#2256, #2285, #2290) by @JeffM2501
[core] ADDED: raylibVersion symbol, it could be required by some bindings (#2190)
[core] ADDED: SetWindowOpacity() (#2254) by @tusharsingh09
@@ -166,13 +172,6 @@ Detailed changes:
[misc] `WARNING`: REMOVED: raygui from raylib/src/extras, use github.com/raysan5/raygui
[misc] REVIEWED: Update external libraries to latest version released
-[multi] `WARNING`: RENAMED: Some function input parameters from "length" to "size"
-[multi] REVIEWED: Multiple trace log messages
-[multi] REVIEWED: Some functions input parametes that should be const
-[multi] REVIEWED: Avoid some float to double promotions
-[multi] REVIEWED: Variables initialization, all variables are initialized on declaration
-[multi] REVIEWED: Static array buffers are always re-initialized with memset()
-
-------------------------------------------------------------------------
Release: raylib 4.0 - 8th Anniversary Edition (05 November 2021)
-------------------------------------------------------------------------