summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-11-26 10:02:38 +0100
committerjmoenig <jens@moenig.org>2013-11-26 10:02:38 +0100
commit2cb904d2bb6f23708297aed13a414f91e29d663f (patch)
tree13e9a8b55e945a8727f6ddd6be29fbcc0d58d199 /history.txt
parent71b7001caaceb704a9ca04f111b7913a032336d4 (diff)
downloadsnap-byow-2cb904d2bb6f23708297aed13a414f91e29d663f.tar.gz
snap-byow-2cb904d2bb6f23708297aed13a414f91e29d663f.zip
fixed #207 (stricter comparison of strings vs. numbers)
Some intentional edge cases remain, such as empty string equals zero and disregarding trailing / leading blanks. Please don’t nitpick and spare me the fundamentalism, plus discussing whether discussing the discussing qualifies as fundamentalism :-)
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 050960a..1618601 100755
--- a/history.txt
+++ b/history.txt
@@ -2010,3 +2010,4 @@ ______
132226
------
* 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 :-)