summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2025-03-14 22:06:34 +0200
committerjussi2025-03-14 22:06:34 +0200
commit7d59796907b4582eb8a64e7e52a3a428f0d7434d (patch)
tree7c1092dbce198d9318f2d78d296b35deef6187a4 /changelog
parent63f3c1781cec32bd4603cd92a9b788e3000a9594 (diff)
downloadreilua-enhanced-7d59796907b4582eb8a64e7e52a3a428f0d7434d.tar.gz
reilua-enhanced-7d59796907b4582eb8a64e7e52a3a428f0d7434d.tar.bz2
reilua-enhanced-7d59796907b4582eb8a64e7e52a3a428f0d7434d.zip
SDL3 Events.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index 7965c8a..3102ae3 100644
--- a/changelog
+++ b/changelog
@@ -4,6 +4,7 @@ Release: ReiLua version 0.9.0 Using raylib 5.5 and Forked Raygui 4.0
KEY CHANGES:
- CHANGE: Switch to raylib 5.5.
- CHANGE: InitWindow is not called anymore before main.lua is called, but still is before RL.init.
+ - ADDED: SDL3 Support.
DETAILED CHANGES:
- CHANGE: Is*Ready to Is*Valid functions.
@@ -41,6 +42,7 @@ DETAILED CHANGES:
- FIXED: uluaPushTransform translation field name fix.
- FIXED: Added rlDisableShader for SetShaderValue* functions to prevent bugs.
Should be removed if added back in raylib.
+ - ADDED: SDL3 Events.
------------------------------------------------------------------------
Release: ReiLua version 0.8.0 Using Raylib 5.0 and Forked Raygui 4.0