summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-10-08 16:46:58 +0200
committerjmoenig <jens@moenig.org>2013-10-08 16:46:58 +0200
commit39ea1d542d72194b887efd57e2ccde7174b9d17c (patch)
treea2ff27d3fce0115e28305158aefcd1c7a26b7169 /history.txt
parent020cac64b183ba0edc07d3e3d624390d056f542d (diff)
downloadsnap-byow-39ea1d542d72194b887efd57e2ccde7174b9d17c.tar.gz
snap-byow-39ea1d542d72194b887efd57e2ccde7174b9d17c.zip
fixed type-issue for linked list indices
thanks, Nate, for reporting this issue
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 00fa2c7..2ef91cb 100755
--- a/history.txt
+++ b/history.txt
@@ -1940,3 +1940,7 @@ ______
* Objects: Prevent watcher cells from growing wider as their contents becomes taller
* Objects: Keep watchers onstage when hiding/showing them, fixes #195
* BYOB, GUI, locale: New preference setting for plain block prototype labels
+
+131008
+------
+* Lists: fixed type-issue for linked list indices (thanks, Nate, for reporting it!)