From c913a6747c420ff12fc1f0c39df791215ad2fcfd Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 7 Feb 2022 14:51:54 +0100 Subject: removed explicit calls to malloc/free Lane and linda userdata were allocated with malloc/free, preventing embedders from fully controlling memory operations. Now all internal Lanes allocations go through the master state alloc function. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0aca28a..2aca378 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ CHANGES: +CHANGE 151: BGe 7-Feb-22 + * Lanes no longer relies on malloc/free for internal allocations, but uses the primary alloc function from the master Lua state + CHANGE 150: BGe 22-Sep-21 * fix require() wrapper to return all values returned by original require() -- cgit v1.2.3-55-g6feb