summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2024-02-18 15:26:21 +0200
committerjussi2024-02-18 15:26:21 +0200
commit9b27daefc225752f3f24ea862e9c2be13f8addf6 (patch)
treecfa74048b9bddb9dc58e8117a4a7af845ee137eb /changelog
parent9de10be468c5151765a0e007d5889971c637fd24 (diff)
downloadreilua-enhanced-9b27daefc225752f3f24ea862e9c2be13f8addf6.tar.gz
reilua-enhanced-9b27daefc225752f3f24ea862e9c2be13f8addf6.tar.bz2
reilua-enhanced-9b27daefc225752f3f24ea862e9c2be13f8addf6.zip
Process renamed to update to be more inline with naming of raylib and common convention.
Diffstat (limited to 'changelog')
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index 83825df..957cbc8 100644
--- a/changelog
+++ b/changelog
@@ -4,6 +4,7 @@ Release: ReiLua version 0.8.0 Using Raylib 5.0 and Forked Raygui 4.0
KEY CHANGES:
- CHANGE: GetBufferData takes also position and length arguments.
- ADDED: LoadImageFromData.
+ - CHANGE: Process renamed to update to be more inline with naming of raylib and common convention.
DETAILED CHANGES:
- ADDED: GetBufferElementSize and GetBufferLength.