summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-07-09 21:10:16 +0200
committerjmoenig <jens@moenig.org>2013-07-09 21:10:16 +0200
commit167a175d181dcfa7b20e453178425d3e0021db8f (patch)
tree533da63961c1fa02747c7a02b19c5a0f4a3a9ce7 /history.txt
parent09fb8f7f822b378f6ca6c20e6c7c7bcbcd208180 (diff)
downloadsnap-byow-167a175d181dcfa7b20e453178425d3e0021db8f.tar.gz
snap-byow-167a175d181dcfa7b20e453178425d3e0021db8f.zip
Codification changes, Boolean slot bug fix
* Collapsed codification primitives (code, header) into a single block * Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug report!)
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index c020c58..3f89833 100755
--- a/history.txt
+++ b/history.txt
@@ -1790,3 +1790,8 @@ ______
130708
------
* Store: fixed serialization placement-bug for sprites
+
+130709
+------
+* Objects, Blocks, Threads: Collapsed codification primitives (code, header) into a single block
+* Blocks: Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug report!)