From c2ca1fce531e29f8209660b18ef0a493722813f1 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 5 Jun 2017 11:25:31 +0200 Subject: Table transfer improvements * new API function lanes.register( "name", module) to manually register a module table after it was required * Transfering registered module tables will link the equivalent in the destination state instead of cloning it * bumped version to 3.11 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index df75ace..f224a5e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ CHANGES: +CHANGE 120: BGe 5-Jun-17 + * new API function lanes.register( "name", module) to manually register a module table after it was required + * Transfering registered module tables will link the equivalent in the destination state instead of cloning it + * bumped version to 3.11 + CHANGE 119: BGe 10-May-17 * Fixed some compilation warnings * Improved LuaJIT support -- cgit v1.2.3-55-g6feb