diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-05-16 11:22:39 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-05-16 11:22:39 +0200 |
commit | 55e53f8a24ce42cadfd2887e50bf0248eb10d301 (patch) | |
tree | a201d614669eff9ea5ac75db9c9e86c50e2a681e /CHANGES | |
parent | 555e3c26c733ce653aafec25ea77b25b6b1bed07 (diff) | |
download | lanes-55e53f8a24ce42cadfd2887e50bf0248eb10d301.tar.gz lanes-55e53f8a24ce42cadfd2887e50bf0248eb10d301.tar.bz2 lanes-55e53f8a24ce42cadfd2887e50bf0248eb10d301.zip |
Minor fixes and tweaks
* bumped version to 3.9.5
* lanes.gen() error reporting improvements
* fix linda.__towatch to return non-nil when the linda is empty
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 112 BGe 16-May-14 | ||
4 | * bumped version to 3.9.5 | ||
5 | * fix linda.__towatch to return non-nil when the linda is empty | ||
6 | * lanes.gen() error reporting improvements | ||
7 | |||
8 | CHANGE 111 BGe 24-Apr-14 | ||
9 | * fixed linda:send() possibly returning an undefined value | ||
10 | |||
11 | CHANGE 110 Stepets 20-Apr-14 | ||
12 | * fix LuaJIT detection issues | ||
13 | |||
14 | CHANGE 109 BGe 03-Apr-14 | ||
15 | * moved some Lua-version compatibility code in separate source files | ||
16 | |||
3 | CHANGE 108: BGe 20-Mar-14 | 17 | CHANGE 108: BGe 20-Mar-14 |
4 | * bumped version to 3.9.4 | 18 | * bumped version to 3.9.4 |
5 | * set_finalizer throws an error if provided finalizer isn't a function | 19 | * set_finalizer throws an error if provided finalizer isn't a function |