aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-02-27 18:32:00 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-02-27 18:32:00 +0100
commit437759ddf0ce7e6dc5ed4944e033ef04674de430 (patch)
treefc4a00832167b6f2735bdd3749965d85d00ab068 /CHANGES
parentcf2d7438f0e6e56a7c5dd78dfde7639eac571d98 (diff)
downloadlanes-437759ddf0ce7e6dc5ed4944e033ef04674de430.tar.gz
lanes-437759ddf0ce7e6dc5ed4944e033ef04674de430.tar.bz2
lanes-437759ddf0ce7e6dc5ed4944e033ef04674de430.zip
linda:send() improvements
* Bumped version to 3.9.3 * new exposed variable linda.null that exposes the internal NIL_SENTINEL marker * linda:send() interprets send key linda.null as authorization to silently send a single nil when not provided with anything to send (useful when sending results of a function that can return nothing)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e3d88f7..0352c9e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 105: BGe 27-Feb-14
4 * Bumped version to 3.9.3
5 * new exposed variable linda.null that exposes the internal NIL_SENTINEL marker
6 * linda:send() interprets send key linda.null as authorization to silently send a single nil when not provided with anything to send
7 (useful when sending results of a function that can return nothing)
8
3CHANGE 104: BGe 25-Feb-14 9CHANGE 104: BGe 25-Feb-14
4 * Bumped version to 3.9.2 10 * Bumped version to 3.9.2
5 * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state 11 * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state