aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-10-03 11:47:45 +0200
committerBenoit Germain <bnt.germain@gmail.com>2013-10-03 11:47:45 +0200
commit6ef86118e00f24162c243703544854db66ad53fa (patch)
treebd39730f26ccde1fceebf27cc36eac7805c65ce2
parentd3df9bd6736bce840e752f87296162c5e1e73ce9 (diff)
downloadlanes-6ef86118e00f24162c243703544854db66ad53fa.tar.gz
lanes-6ef86118e00f24162c243703544854db66ad53fa.tar.bz2
lanes-6ef86118e00f24162c243703544854db66ad53fa.zip
Update CHANGES
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 21443d0..5a42777 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,13 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 72: BGe 3-Ost-13
4 * bugfix: no longer create a global named "lanes.core" inside lanes having "*" as library list
5
3CHANGE 71: BGe 30-Sept-13 6CHANGE 71: BGe 30-Sept-13
7 * version 3.6.6
4 * properly handle cases when a Lua C module is a C function 8 * properly handle cases when a Lua C module is a C function
5 9
6CHANGE 70: BGe 27-Step-13 10CHANGE 70: BGe 27-Step-13
7 * version 3.6.6
8 * no longer call core.configure with dummy params when requiring lanes more than once (fixes potential multithreading issues with LuaJIT allocator) 11 * no longer call core.configure with dummy params when requiring lanes more than once (fixes potential multithreading issues with LuaJIT allocator)
9 * activated EnableCrashingOnCrashes() is active on Win32 debug builds 12 * activated EnableCrashingOnCrashes() is active on Win32 debug builds
10 * fixed some comments in code 13 * fixed some comments in code