aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-02-24 10:13:07 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-02-24 10:13:07 +0100
commitd2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c (patch)
tree5b7af4399e19f81bb15d25a9b1f543fc29a5b56d /CHANGES
parentc662c34aaf279c9fedd5bee499c57d9986801538 (diff)
downloadlanes-d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c.tar.gz
lanes-d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c.tar.bz2
lanes-d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c.zip
Multi-state initialisation issue
Fix lookup database table not being created when it should if Lanes is required in more than one Lua master state
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 07f2994..8f777c5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 103: BGe 24-Feb-14
4 * Fix lookup database table not being created when it should if Lanes is required in more than one Lua master state
5
3CHANGE 102: BGe 18-Feb-14 6CHANGE 102: BGe 18-Feb-14
4 * raise an error instead of dereferencing a NULL pointer on deep userdata creation and lane struct creation 7 * raise an error instead of dereferencing a NULL pointer on deep userdata creation and lane struct creation
5 8