aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-07 08:19:46 +0100
committerBenoit Germain <bnt.germain@gmail.com>2018-11-07 08:19:46 +0100
commitc57bc44324a767407d1eb9f95e3c7589700f042e (patch)
treead0fd1c15a31157c1ba4532840aa41decb04f124 /CHANGES
parentef8fc2c4a215110b034424f9c423111d34963f31 (diff)
downloadlanes-c57bc44324a767407d1eb9f95e3c7589700f042e.tar.gz
lanes-c57bc44324a767407d1eb9f95e3c7589700f042e.tar.bz2
lanes-c57bc44324a767407d1eb9f95e3c7589700f042e.zip
Fix potential crash at application shutdown when deep userdata were created before Lanes is required
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 440ade4..be0e7d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 131: BGe 7-Nov-18
4 * Fix potential crash at application shutdown when deep userdata were created before Lanes is required
5
3CHANGE 130: BGe 2-Nov-18 6CHANGE 130: BGe 2-Nov-18
4 * always duplicate the config structure in new lanes even when no libraries are initialized by the generator 7 * always duplicate the config structure in new lanes even when no libraries are initialized by the generator
5 (fixes an internal error trying to call on_state_create in a lane without any libs loaded) 8 (fixes an internal error trying to call on_state_create in a lane without any libs loaded)