summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-11-26 13:09:26 +0100
committerjmoenig <jens@moenig.org>2013-11-26 13:09:26 +0100
commitd3c735fadef2e74d9050bc7933fa884300f4d57c (patch)
treea3cd5257024ae589deff0b22378d3cd7ee4c91c7 /history.txt
parent1b05a11f14d6df63566c25494ff0389f0448d1f2 (diff)
downloadsnap-byow-d3c735fadef2e74d9050bc7933fa884300f4d57c.tar.gz
snap-byow-d3c735fadef2e74d9050bc7933fa884300f4d57c.zip
fixed #249 - preserve variable value types with edge cases
(empty string, Boolean false)
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/history.txt b/history.txt
index abe22be..7a02a86 100755
--- a/history.txt
+++ b/history.txt
@@ -2015,4 +2015,5 @@ ______
* Localization and Portuguese translation updates, thanks, Manuel!
* Catalan translation update, thanks, Bernat!!
* Threads: Text comparisons are now case-sensitive („fixes“ #175)
-* Threads: fixed # 179 - don’t identify primitive (static) C-Slots as implicit formal parameters
+* Threads: fixed #179 - don’t identify primitive (static) C-Slots as implicit formal parameters
+* Threads: fixed #249 - preserve variable value types with edge cases (empty string, Boolean false)