aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5fdcd83..a52a404 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 69: BGe 26-Sept-13
4 * version 3.6.5
5 * Reduce memory footprint, simplify module order setup in conjuction with Lanes, and send over native functions a bit faster as well
6 * Lanes no longer has to internally require modules inside the keeper states because they no longer need a lookup database
7 the lookup name is stored as-is and actually converted in the destination state
8 * optimisation: bypass cache when sending native functions over
9 * removed all the KEEPER_MODEL_LUA code, as it can no longer work anyway
10
3CHANGE 68: BGe 24-Sept-13 11CHANGE 68: BGe 24-Sept-13
4 * version 3.6.4 12 * version 3.6.4
5 * Fix possible application hang at shutdown if a keeper state referenced a linda. 13 * Fix possible application hang at shutdown if a keeper state referenced a linda.