summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-09-17 14:40:39 +0200
committerjmoenig <jens@moenig.org>2014-09-17 14:40:39 +0200
commit04168220bde4cdfa82e570dcb8d098653a4fcb7a (patch)
tree99937a5105d288471eec4e51ff55eadf298dd8b7 /history.txt
parent8f7d1833f6e6b304e706bb84848dbf86a80834c8 (diff)
downloadsnap-yow-04168220bde4cdfa82e570dcb8d098653a4fcb7a.tar.gz
snap-yow-04168220bde4cdfa82e570dcb8d098653a4fcb7a.zip
Refactor variables handling
introducing Variable objects, all functionality stays the same at this time
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 d18452e..c7e965e 100755
--- a/history.txt
+++ b/history.txt
@@ -2262,3 +2262,7 @@ ______
------
* 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