diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-03-14 22:13:30 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-03-14 22:13:30 +0100 |
commit | 0d9ede58ddb4c357e2f3aedc2a05ca17c5028c31 (patch) | |
tree | fe3ee8bde4691b2e4adb25d6a1d9c52655064f90 /CHANGES | |
parent | 8fb8dc1edeceae9fff65463cd80da05d8995fb7f (diff) | |
download | lanes-0d9ede58ddb4c357e2f3aedc2a05ca17c5028c31.tar.gz lanes-0d9ede58ddb4c357e2f3aedc2a05ca17c5028c31.tar.bz2 lanes-0d9ede58ddb4c357e2f3aedc2a05ca17c5028c31.zip |
version 3.6.0
* protect_allocator is an API change -> version bump
* bugfix: allocator protection should be done once per primary Lua state, not once only the first time ever Lanes is required
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 61: BGe 14-Mar-13 | ||
4 | * version 3.6.0 | ||
5 | * protect_allocator is an API change -> version bump | ||
6 | * bugfix: allocator protection should be done once per primary Lua state, not once only the first time ever Lanes is required | ||
7 | |||
3 | CHANGE 60: BGe 13-Mar-13 | 8 | CHANGE 60: BGe 13-Mar-13 |
4 | * version 3.5.2 | 9 | * version 3.5.2 |
5 | * stricter validation of with_timers config option: validator was accepting any non-boolean value | 10 | * stricter validation of with_timers config option: validator was accepting any non-boolean value |