summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-11-20 14:40:13 +0100
committerjmoenig <jens@moenig.org>2014-11-20 14:40:13 +0100
commitf37e90436a21a906d3cef536871c3e1913a4a2b7 (patch)
tree610b0762c52b6b444670c41b1205672d18d25aff /history.txt
parent63a1d2ee3a6eb3a34ed26f316b85f266a584b3e3 (diff)
downloadsnap-byow-f37e90436a21a906d3cef536871c3e1913a4a2b7.tar.gz
snap-byow-f37e90436a21a906d3cef536871c3e1913a4a2b7.zip
renamed Process::callback to "onComplete"
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index c26599c..bb6eac8 100755
--- a/history.txt
+++ b/history.txt
@@ -2326,3 +2326,4 @@ ______
------
* Lists: Fixed #642 avoid “freezing” when calling CONS on non-list/null
* Threads: Fixed #364 avoid “freezing” when calling LAUNCH on empty ring
+* Threads: Added optional “onComplete” callback to Process, thanks, @bromagosa!