summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3957956..b6a3d53 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 59: BGe 12-Feb-13
4 * version 3.5.1
5 * new lanes.h header and API call luaopen_lanes_embedded() for embedders
6 * "lanes.core" is an acceptable library in the generator libs argument
7 * library "*" wildcard also opens lanes.core
8 * tweaked code for Xbox 360 build
9
3CHANGE 58: BGe 30-Jan-13 10CHANGE 58: BGe 30-Jan-13
4 * version 3.5.0 11 * 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. 12 * new: API lanes.require(), use it instead of regular require() for modules that export C functions you need to send over.