summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-07-11 17:45:09 +0200
committerjmoenig <jens@moenig.org>2013-07-11 17:45:09 +0200
commit5f88fc93bb9a21eb281c30a2fbd75623113dbafc (patch)
tree0a4d841653026e73927c0bda7007df03bb0ef55c /history.txt
parenteb8aef28c82d86f43ac16d80d5c3a1b6a39561ac (diff)
downloadsnap-byow-5f88fc93bb9a21eb281c30a2fbd75623113dbafc.tar.gz
snap-byow-5f88fc93bb9a21eb281c30a2fbd75623113dbafc.zip
preserve nested reporters in "kicked out" variadic inputs
instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 6140b94..1e04b7e 100755
--- a/history.txt
+++ b/history.txt
@@ -1803,3 +1803,5 @@ ______
130711
------
* Blocks: fixed occasional flickering in scripting areas (caused by deleted feedback morphs, a bug that surfaced in Chrome 28 on OSX and may be due to a possible Chrome GC issue)
+* Blocks: preserve nested blocks in the scripting area when replacing a variadic input list with another input ("kick out" the nested blocks instead of "swallowing" them)
+* Blocks, Threads: new floor() function in monadic math reporter's drop-down