summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-08-04 22:21:40 +0300
committerjussi2023-08-04 22:21:40 +0300
commit5438a70b0a5aac72c071c90650b509cf46e557cb (patch)
tree6d6eb0823cb62e9029b4b75b68a3f4fe7a5f88ac /changelog
parent8ad725429292be22086d51df285907742be7a91a (diff)
downloadreilua-enhanced-5438a70b0a5aac72c071c90650b509cf46e557cb.tar.gz
reilua-enhanced-5438a70b0a5aac72c071c90650b509cf46e557cb.tar.bz2
reilua-enhanced-5438a70b0a5aac72c071c90650b509cf46e557cb.zip
logLevelInvalid for bad function calls and invalid data formats.
Diffstat (limited to 'changelog')
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index a7b571e..38ca719 100644
--- a/changelog
+++ b/changelog
@@ -29,6 +29,7 @@ KEY CHANGES:
- ADDED: rlgl General render state functions
- ADDED: LuaJIT compatibility.
- CHANGED Bitwise operators moved from utillib to bitlib for better luaJIT support.
+ - ADDED: logLevelInvalid for bad function calls and invalid data formats.
Detailed changes:
- FIXED: uluaGetRay was looking for integers instead of tables