summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-11-26 10:40:24 +0100
committerjmoenig <jens@moenig.org>2013-11-26 10:40:24 +0100
commitd266b0b0a643610516eef0d5c7033e884664ecd7 (patch)
tree262b134a178850b9835c22f7f65d1b411d6efd0e /history.txt
parent2cb904d2bb6f23708297aed13a414f91e29d663f (diff)
downloadsnap-byow-d266b0b0a643610516eef0d5c7033e884664ecd7.tar.gz
snap-byow-d266b0b0a643610516eef0d5c7033e884664ecd7.zip
fixed #245 (consistently auto-convert empty strings to zeroes)
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 1618601..fe347fa 100755
--- a/history.txt
+++ b/history.txt
@@ -2011,3 +2011,4 @@ ______
------
* Cloud: fixed #125 (encode email address when signing up), thanks, Nathan!
* Threads: fixed #207 (stricter comparison of strings vs. numbers). Some edge cases remain, such as empty string equals zero and disregarding trailing / leading blanks. These are intentional. Please don’t nitpick and spare me the fundamentalism :-)
+* Threads: fixed #245 (consistently auto-convert empty strings to zeroes)