summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-02-13 20:30:04 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-02-13 20:30:26 +0100
commit577bca074df12c520f49e9361381f0cad78200c1 (patch)
tree188a4d1e3366a9351ea5b9689efbaf3f98996100 /CHANGES
parent131c11c2ae327de5b4db743a6a81eb9b57470d0e (diff)
downloadlanes-3.5.1.tar.gz
lanes-3.5.1.tar.bz2
lanes-3.5.1.zip
version 3.5.1v3.5.1
* new lanes.h header and API call luaopen_lanes_embedded() for embedders * "lanes.core" is an acceptable library in the generator libs argument * library "*" wildcard also opens lanes.core * tweaked code for Xbox 360 build
Diffstat (limited to '')
-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.