summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-10-29 18:36:23 +0200
committerjussi2023-10-29 18:36:23 +0200
commitfcd2d2d8b583f6a11a9ce32a75da8e18c8c88d32 (patch)
tree026920ed99483731ba7ea07b8c211754a059485d /changelog
parent0df40e2ac080364bcebd4fe0445b814230545477 (diff)
downloadreilua-enhanced-fcd2d2d8b583f6a11a9ce32a75da8e18c8c88d32.tar.gz
reilua-enhanced-fcd2d2d8b583f6a11a9ce32a75da8e18c8c88d32.tar.bz2
reilua-enhanced-fcd2d2d8b583f6a11a9ce32a75da8e18c8c88d32.zip
LoadTextureFromData and LoadRenderTextureFromData. Documentation updates.
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index deef58f..e1afee3 100644
--- a/changelog
+++ b/changelog
@@ -3,9 +3,11 @@ Release: ReiLua version 0.6.0 Using Raylib 4.5
------------------------------------------------------------------------
KEY CHANGES:
- CHANGED: Switch from ID based objects to userdata.
- - CHANGED: Wrong arguments now largely crash the application instead of TraceLog state->logLevelInvalid.
+ - REMOVED: Unload* functions since unloading is now handled by Lua garbage collection.
- CHANGED: Rely mostly on luaL_check* functions for arg checking.
- CHANGED: ModelAnimations are changed to separate ModelAnimation types as in Raylib.
+ - ADDED: LoadTextureFromData.
+ - ADDED: LoadRenderTextureFromData.
DETAILED CHANGES:
- CHANGED: GenImageColor now takes Vector2 as size.