summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index d18452e..3194cfd 100755
--- a/history.txt
+++ b/history.txt
@@ -2262,3 +2262,22 @@ ______
------
* Threads, Blocks: enable Zombiefication of JS-Functions
* Morphic: Fix #563 (Paste into Chrome), thanks, @Muon, for the hint!
+
+140917
+------
+* Threads, Objects, Store: Refactor variables handling, introducing Variable objects, all functionality stays the same
+
+140918
+------
+* Threads: fixed #174, replace UpvarReferences with references to Variable objects, fixes upvar scope issues
+
+140922
+------
+* Blocks: Make upvars mutable
+* GUI: fixed #585 (sprite name conflict with stage). Thanks, Michael, for the report!
+
+140929
+------
+* Threads: fixed #591 fully copy local variables for sprite duplicates and (Scratch-like) clones
+* Portuguese translation update, thanks, Manuel!
+* fixed #590 (Russian translation syntax glitches) Thanks @alexf2000 !