summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-07-08 13:12:45 +0200
committerjmoenig <jens@moenig.org>2014-07-08 13:12:45 +0200
commite0289f8c411491a08bc077d938767c1cd6e478c4 (patch)
tree5519b3f795b660d52679a506da469f2652ded606 /history.txt
parent17ea18f05733d5f6962266316a6ffa8ca6b0808a (diff)
downloadsnap-byow-e0289f8c411491a08bc077d938767c1cd6e478c4.tar.gz
snap-byow-e0289f8c411491a08bc077d938767c1cd6e478c4.zip
show error messages for custom blocks (sorta)
(propagating to the script’s top block) Also adjust to Doug Crockford’s latest infuriating nitpickings (“unexpected ‘[‘) in JSLint
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/history.txt b/history.txt
index 8a519e9..c519516 100755
--- a/history.txt
+++ b/history.txt
@@ -2172,6 +2172,12 @@ ______
* Morphic: Inspector enhancements (dynamic property update, keyboard shortcuts)
* GUI: update visibility of share/unshare buttons, Thanks, Kunal!
-* 140706
---------
+140706
+------
* Blocks: add “ringify” to every context menu that already has “unringify”
+
+
+140708
+------
+* Threads: show error messages for custom blocks (propagating to the script’s top block)
+* Threads: adjust to Doug Crockford’s latest infuriating nitpickings in JSLint