diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-02-13 20:30:04 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-02-13 20:30:26 +0100 |
commit | 577bca074df12c520f49e9361381f0cad78200c1 (patch) | |
tree | 188a4d1e3366a9351ea5b9689efbaf3f98996100 /CHANGES | |
parent | 131c11c2ae327de5b4db743a6a81eb9b57470d0e (diff) | |
download | lanes-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 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 | |||
3 | CHANGE 58: BGe 30-Jan-13 | 10 | CHANGE 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. |