summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-11-23 00:00:49 +0200
committerjussi2023-11-23 00:00:49 +0200
commit1ab9722875c543e8fd1b6600fd16e51412181641 (patch)
tree412a3b0d139daa8832217e9e4240bd1cd299d4c5 /changelog
parent85a48cf09302a2a14aeeb2d6cf3b8fcc1607e222 (diff)
downloadreilua-enhanced-1ab9722875c543e8fd1b6600fd16e51412181641.tar.gz
reilua-enhanced-1ab9722875c543e8fd1b6600fd16e51412181641.tar.bz2
reilua-enhanced-1ab9722875c543e8fd1b6600fd16e51412181641.zip
Support for different platforms. Platform_desktop_sdl.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 980ece9..cef5430 100644
--- a/changelog
+++ b/changelog
@@ -9,6 +9,9 @@ KEY CHANGES:
- ADDED: More Window-related functions.
- ADDED: Spline functions.
- CHANGE: Raygui to version 4.0. Gui libs also updated.
+ - ADDED: Support for platforms.
+ - ADDED: Platform desktop SDL.
+ - CHANGE: Renamed event enums. Events are now platform specific.
DETAILED CHANGES:
- REMOVED: DrawLineBezierQuad, DrawLineBezierCubic.