From a4b75f3c89d21c5bbd87034080a7a08c688ed46a Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 26 Dec 2017 20:32:25 -0800 Subject: [PATCH] docs(changelog): Add further information regarding substring comparison --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb2923..865bc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Fixed rendering `{{ block.super }}` with several levels of inheritance - Fixed checking dictionary values for nil in `default` filter -- Fixed comparing string variables with string literals +- Fixed comparing string variables with string literals, in Swift 4 string literals became `Substring` and thus couldn't be directly compared to strings. ## 0.10.1