summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2024-05-22 22:40:16 +0300
committerjussi2024-05-22 22:40:16 +0300
commitcd8989376e03700669da08d98f62f04b0fea5462 (patch)
tree29f1c91c506af16abc78fb4251f1613b02ecf895 /changelog
parentcb1bc03681dff958da6ff851cfe32dfdd83f6f8d (diff)
downloadreilua-enhanced-cd8989376e03700669da08d98f62f04b0fea5462.tar.gz
reilua-enhanced-cd8989376e03700669da08d98f62f04b0fea5462.tar.bz2
reilua-enhanced-cd8989376e03700669da08d98f62f04b0fea5462.zip
Userdata objects can be passed in table.
Diffstat (limited to 'changelog')
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index 94a305d..c4be153 100644
--- a/changelog
+++ b/changelog
@@ -10,6 +10,7 @@ KEY CHANGES:
- CHANGE: Object libraries like Vector2 optimizations. Separated table argument style for new and set methods.
Option for pre generated temp objects. There was a lot of overhead on old new method.
- CHANGE: Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no path argument given.
+ - ADDED Userdata objects can be passed in table. Useful on wrapper libraries. Name should be in camelCase.
DETAILED CHANGES:
- ADDED: GetBufferElementSize and GetBufferLength.