aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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