diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2021-07-08 14:55:04 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2021-07-08 14:55:04 +0200 |
commit | 663a44a7fea7602b894160ec0608bca378c97d10 (patch) | |
tree | 0b1ea725bcaf2ca788608e5db6931bb1c8ce1f9c /CHANGES | |
parent | 19c4381fd37be09fe6ce3b81d8d7bd12668fc7b8 (diff) | |
download | lanes-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 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 | |||
3 | CHANGE 148: BGe 23-Jun-21 | 7 | CHANGE 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 | ||