aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2017-06-05 11:25:31 +0200
committerBenoit Germain <bnt period germain arrobase gmail period com>2017-06-05 11:25:31 +0200
commitc2ca1fce531e29f8209660b18ef0a493722813f1 (patch)
tree3afa59fb910b2aaee79cbccc9a58fc961b3b8868 /CHANGES
parent0ede50e2da00f2915ceb50184425c42bda83adfd (diff)
downloadlanes-c2ca1fce531e29f8209660b18ef0a493722813f1.tar.gz
lanes-c2ca1fce531e29f8209660b18ef0a493722813f1.tar.bz2
lanes-c2ca1fce531e29f8209660b18ef0a493722813f1.zip
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df75ace..f224a5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 120: BGe 5-Jun-17
4 * new API function lanes.register( "name", module) to manually register a module table after it was required
5 * Transfering registered module tables will link the equivalent in the destination state instead of cloning it
6 * bumped version to 3.11
7
3CHANGE 119: BGe 10-May-17 8CHANGE 119: BGe 10-May-17
4 * Fixed some compilation warnings 9 * Fixed some compilation warnings
5 * Improved LuaJIT support 10 * Improved LuaJIT support