summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-10-30 00:04:11 +0200
committerjussi2023-10-30 00:04:11 +0200
commitd287078c658d26d41a28f92b62b023048c5503ce (patch)
treefb045110fde9329782d21324cc7a9092128a1126 /changelog
parent992310fb90832ddf493ec33f1099dbbf3e0987f3 (diff)
downloadreilua-enhanced-d287078c658d26d41a28f92b62b023048c5503ce.tar.gz
reilua-enhanced-d287078c658d26d41a28f92b62b023048c5503ce.tar.bz2
reilua-enhanced-d287078c658d26d41a28f92b62b023048c5503ce.zip
Userdata objects can be referenced with lightuserdata.
Diffstat (limited to 'changelog')
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index e1afee3..58d6098 100644
--- a/changelog
+++ b/changelog
@@ -8,6 +8,7 @@ KEY CHANGES:
- CHANGED: ModelAnimations are changed to separate ModelAnimation types as in Raylib.
- ADDED: LoadTextureFromData.
- ADDED: LoadRenderTextureFromData.
+ - ADDED: Userdata objects can be referenced with lightuserdata.
DETAILED CHANGES:
- CHANGED: GenImageColor now takes Vector2 as size.