aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2021-09-22 15:39:13 +0200
committerBenoit Germain <bnt.germain@gmail.com>2021-09-22 15:39:13 +0200
commit9a53a224283fb1d41bae229ad34d61fe6dbc1b76 (patch)
tree8b21350377c3fdf2844871a01b1106c5ea6a0589 /CHANGES
parent53e6c545448a9763cabc0b22ac56f6dc8b9cf96d (diff)
downloadlanes-9a53a224283fb1d41bae229ad34d61fe6dbc1b76.tar.gz
lanes-9a53a224283fb1d41bae229ad34d61fe6dbc1b76.tar.bz2
lanes-9a53a224283fb1d41bae229ad34d61fe6dbc1b76.zip
fix require() wrapper to return all values returned by original require()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c21a3ed..0aca28a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 150: BGe 22-Sep-21
4 * fix require() wrapper to return all values returned by original require()
5
3CHANGE 149: BGe 8-Jul-21 6CHANGE 149: BGe 8-Jul-21
4 * bumped version to 3.15.1 7 * 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 8 * fix function transfer with lua_dump for Lua 5.4 failing for functions big enough to necessitate a buffer reallocation