aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-03-14 22:13:30 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-03-14 22:13:30 +0100
commit0d9ede58ddb4c357e2f3aedc2a05ca17c5028c31 (patch)
treefe3ee8bde4691b2e4adb25d6a1d9c52655064f90 /CHANGES
parent8fb8dc1edeceae9fff65463cd80da05d8995fb7f (diff)
downloadlanes-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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a697838..911705e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 60: BGe 13-Mar-13 8CHANGE 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