From 663a44a7fea7602b894160ec0608bca378c97d10 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 8 Jul 2021 14:55:04 +0200 Subject: fix function transfer with lua_dump for Lua 5.4 failing for functions big enough to necessitate a buffer reallocation --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 792a52b..c21a3ed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ CHANGES: +CHANGE 149: BGe 8-Jul-21 + * bumped version to 3.15.1 + * fix function transfer with lua_dump for Lua 5.4 failing for functions big enough to necessitate a buffer reallocation + CHANGE 148: BGe 23-Jun-21 * __lanesclone now receives the original as light userdata the first time it is called -> BREAKS CUSTOM DEEP USERDATA API -- cgit v1.2.3-55-g6feb