diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2021-09-22 15:39:13 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2021-09-22 15:39:13 +0200 |
commit | 9a53a224283fb1d41bae229ad34d61fe6dbc1b76 (patch) | |
tree | 8b21350377c3fdf2844871a01b1106c5ea6a0589 /CHANGES | |
parent | 53e6c545448a9763cabc0b22ac56f6dc8b9cf96d (diff) | |
download | lanes-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 150: BGe 22-Sep-21 | ||
4 | * fix require() wrapper to return all values returned by original require() | ||
5 | |||
3 | CHANGE 149: BGe 8-Jul-21 | 6 | CHANGE 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 |