summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-11-03 23:12:55 +0200
committerjussi2023-11-03 23:12:55 +0200
commitd74a505d406faf276a265beaf8925d6e8ff9cec0 (patch)
tree72de6e187e0e745f21a9190f5d02895fcecaf83c /changelog
parente61823b8bb69e258370503df7969e4e3c2089e2d (diff)
downloadreilua-enhanced-d74a505d406faf276a265beaf8925d6e8ff9cec0.tar.gz
reilua-enhanced-d74a505d406faf276a265beaf8925d6e8ff9cec0.tar.bz2
reilua-enhanced-d74a505d406faf276a265beaf8925d6e8ff9cec0.zip
Compress/decompress and Encode/Decode DataBase64.
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog b/changelog
index d4f7bb7..a314732 100644
--- a/changelog
+++ b/changelog
@@ -35,7 +35,10 @@ DETAILED CHANGES:
- ADDED: SetWindowIcons, SetWindowOpacity and GetWindowHandle.
- CHANGED: Merged uluaGet*Index functions to uluaGet* functions.
- FIXED: LoadFontEx.
- - ADDED: DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds
+ - ADDED: DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds.
+ - ADDED: CompressData, DecompressData, EncodeDataBase64 and DecodeDataBase64.
+ - ADDED: GetBufferType and GetBufferSize.
+ - ADDED: Compress data example.
------------------------------------------------------------------------
Release: ReiLua version 0.5.0 Using Raylib 4.5