aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2021-07-08 14:55:04 +0200
committerBenoit Germain <bnt.germain@gmail.com>2021-07-08 14:55:04 +0200
commit663a44a7fea7602b894160ec0608bca378c97d10 (patch)
tree0b1ea725bcaf2ca788608e5db6931bb1c8ce1f9c /CHANGES
parent19c4381fd37be09fe6ce3b81d8d7bd12668fc7b8 (diff)
downloadlanes-663a44a7fea7602b894160ec0608bca378c97d10.tar.gz
lanes-663a44a7fea7602b894160ec0608bca378c97d10.tar.bz2
lanes-663a44a7fea7602b894160ec0608bca378c97d10.zip
fix function transfer with lua_dump for Lua 5.4 failing for functions big enough to necessitate a buffer reallocation
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 792a52b..c21a3ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 149: BGe 8-Jul-21
4 * bumped version to 3.15.1
5 * fix function transfer with lua_dump for Lua 5.4 failing for functions big enough to necessitate a buffer reallocation
6
3CHANGE 148: BGe 23-Jun-21 7CHANGE 148: BGe 23-Jun-21
4 * __lanesclone now receives the original as light userdata the first time it is called -> BREAKS CUSTOM DEEP USERDATA API 8 * __lanesclone now receives the original as light userdata the first time it is called -> BREAKS CUSTOM DEEP USERDATA API
5 9