diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2022-02-08 10:39:48 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2022-02-08 10:39:48 +0100 |
commit | 2c0000d5169cacf950d06637ada1a371cf382896 (patch) | |
tree | edfe62d964b98cc745d867f09feac2df2eab758f /CHANGES | |
parent | 54152c35e76acd1f21b477caf0a4403128032039 (diff) | |
download | lanes-2c0000d5169cacf950d06637ada1a371cf382896.tar.gz lanes-2c0000d5169cacf950d06637ada1a371cf382896.tar.bz2 lanes-2c0000d5169cacf950d06637ada1a371cf382896.zip |
__lanesclone is now called only once with 3 parameters dest, source, size -> BREAKS CUSTOM DEEP USERDATA API
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 152: BGe 7-Feb-22 | ||
4 | * bumped version to 3.16.0 | ||
5 | * __lanesclone is now called only once with 3 parameters dest, source, size -> BREAKS CUSTOM DEEP USERDATA API | ||
6 | |||
3 | CHANGE 151: BGe 7-Feb-22 | 7 | CHANGE 151: BGe 7-Feb-22 |
4 | * bumped version to 3.15.2 | 8 | * bumped version to 3.15.2 |
5 | * Lanes no longer relies on malloc/free for internal allocations, but uses the primary alloc function from the master Lua state | 9 | * Lanes no longer relies on malloc/free for internal allocations, but uses the primary alloc function from the master Lua state |