summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-10-17 18:56:35 +0200
committerjmoenig <jens@moenig.org>2013-10-17 18:56:35 +0200
commit3c209e84218262dc78024f8ea696605c2384a6ea (patch)
tree22633d69a1e4b78bef80412190457342b9379a2c /history.txt
parenta8d08c147d3c05290654e700a84fcdaa00ad4a3e (diff)
downloadsnap-byow-3c209e84218262dc78024f8ea696605c2384a6ea.tar.gz
snap-byow-3c209e84218262dc78024f8ea696605c2384a6ea.zip
fixed #213 - Empty else block breaks return to caller
Thanks, Art, for reporting this bug!
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 16da6bd..371c66b 100755
--- a/history.txt
+++ b/history.txt
@@ -1964,3 +1964,7 @@ ______
131015
------
* Morphic: further condense damage list by merging nearby rectangles, thanks, Craxic!
+
+131017
+------
+* Threads: fixed #213 - Empty else block breaks return to caller