From 5605df3dd5451766ce8ec5836852fe00b0794faf Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 22 Sep 2014 15:21:56 +0200 Subject: Mutable upvars allow upvars to be SET and CHANGEd --- history.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'history.txt') 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 -- cgit v1.3.1