summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-09-22 15:21:56 +0200
committerjmoenig <jens@moenig.org>2014-09-22 15:21:56 +0200
commit5605df3dd5451766ce8ec5836852fe00b0794faf (patch)
tree3526bff9bb04204d8be16272527161252bf67832 /history.txt
parent5695dd141b4d81260dbd449bfe29c348e0b9e548 (diff)
downloadsnap-byow-5605df3dd5451766ce8ec5836852fe00b0794faf.tar.gz
snap-byow-5605df3dd5451766ce8ec5836852fe00b0794faf.zip
Mutable upvars
allow upvars to be SET and CHANGEd
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 1f78239..848e906 100755
--- a/history.txt
+++ b/history.txt
@@ -2270,3 +2270,7 @@ ______
140918
------
* Threads: fixed #174, replace UpvarReferences with references to Variable objects, fixes upvar scope issues
+
+140922
+------
+* Blocks: Make upvars mutable