summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-09-17 10:37:17 +0200
committerjmoenig <jens@moenig.org>2013-09-17 10:37:17 +0200
commitf541b776ea706bcc9c2edc938a2425aa33db5639 (patch)
tree2a47be373affdff03e46183739af716992336209 /history.txt
parentd278b2b1507027ead1cf14a901b800dad918484b (diff)
downloadsnap-yow-f541b776ea706bcc9c2edc938a2425aa33db5639.tar.gz
snap-yow-f541b776ea706bcc9c2edc938a2425aa33db5639.zip
fixed #119, #149
accessing a shared projects requires lowercasing the username - this is now automatically taken care of
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 32efec2..795e191 100755
--- a/history.txt
+++ b/history.txt
@@ -1905,3 +1905,8 @@ ______
* GUI: prompt() - invocation fixes (null-choices)
* GUI: synchronous URL fetching simplifications for libraries and example projects
* GUI: fixed #115 - prevent loading several instances of the same block definition
+
+130917
+------
+* Cloud: encodeDict() fix and new parseDict() method - used for accessing shared projects
+* GUI: fixed #119, #149 (accessing a shared projects requires lowercasing the username)