diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-07-10 21:43:32 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-07-10 21:43:32 +0200 |
commit | 0373f863a9dbabbbe3e9aa74bea3e4b778f3a0cd (patch) | |
tree | 52dfb987d5ee12ef4668e875d19a70a6c77cebe1 /CHANGES | |
parent | 4468ec94e354a9f6d8d7ea2859afa757bb934617 (diff) | |
download | lanes-3.1.5.tar.gz lanes-3.1.5.tar.bz2 lanes-3.1.5.zip |
one more step toward 5.2 compatibilityv3.1.5
* lua51-lanes renamed lanes.core
* keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2]
* changed rockspec build type from "make" to "builtin"
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | 1 | ||
2 | CHANGES: | 2 | CHANGES: |
3 | 3 | ||
4 | CHANGE 41: BGe 07-Jul-2012 | ||
5 | * lua51-lanes renamed lanes/core | ||
6 | * keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2] | ||
7 | * changed rockspec build type from "make" to "builtin" | ||
8 | |||
4 | CHANGE 40: BGe 26-Jun-2012 | 9 | CHANGE 40: BGe 26-Jun-2012 |
5 | * when a transfered function is not found in source, guess its name to help the user find out what's wrong | 10 | * when a transfered function is not found in source, guess its name to help the user find out what's wrong |
6 | * new function lanes.nameof() | 11 | * new function lanes.nameof() |