From 437759ddf0ce7e6dc5ed4944e033ef04674de430 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 27 Feb 2014 18:32:00 +0100 Subject: 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) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e3d88f7..0352c9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ CHANGES: +CHANGE 105: BGe 27-Feb-14 + * 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) + CHANGE 104: BGe 25-Feb-14 * Bumped version to 3.9.2 * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state -- cgit v1.2.3-55-g6feb