aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0aca28a..2aca378 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 151: BGe 7-Feb-22
4 * Lanes no longer relies on malloc/free for internal allocations, but uses the primary alloc function from the master Lua state
5
3CHANGE 150: BGe 22-Sep-21 6CHANGE 150: BGe 22-Sep-21
4 * fix require() wrapper to return all values returned by original require() 7 * fix require() wrapper to return all values returned by original require()
5 8