aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 66b5c23..3957956 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,19 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 58: BGe 30-Jan-13
4 * version 3.5.0
5 * new: API lanes.require(), use it instead of regular require() for modules that export C functions you need to send over.
6 * new: lanes no longer require 'lanes.core' by default in every created state. Use {required={"lanes.core"}} if you need to transfer lanes functions.
7 * internal: because of the above, reworked the timer implementation to remove upvalue-dependency on lanes.core
8 * new: API lanes.timer_lane, to be able to operate on timer lane if need be
9 * improved: if a module is a full userdata, scan its metatable for function database population
10 * improved: on_state_create can be a Lua function
11 * changed: on_state_create is called after the base libraries are loaded
12 * package[loaders|searchers] is no longer transfered as function naming depends on slot order
13 * internal: changed separator from '.' to '/' in lookup databases to be able to distinguish search levels and dot coming from module names
14 * added some mode debug spew
15 * updated tests to reflect the above changes
16
3CHANGE 57: BGe 28-Jan-13 17CHANGE 57: BGe 28-Jan-13
4 * More detailed DEBUG_SPEW logs 18 * More detailed DEBUG_SPEW logs
5 * A bit of code cosmetics 19 * A bit of code cosmetics
@@ -210,7 +224,7 @@ CHANGE 19 BGe 2-Dec-2010:
210 224
211CHANGE 18 BGe 6-Oct-2010: 225CHANGE 18 BGe 6-Oct-2010:
212 Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown 226 Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown
213 A bit of code cleanup 227 A bit of code cleanup
214 228
215CHANGE 17 BGe 21-Sept-2010: 229CHANGE 17 BGe 21-Sept-2010:
216 Fixed stupid compilation errors. 230 Fixed stupid compilation errors.