From ecbbd0dc2857de1dbf4f1fc7427a67d2a8d10bda Mon Sep 17 00:00:00 2001 From: Marcelo Fabri Date: Sun, 2 Feb 2020 16:58:41 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9431e46..10d52707a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,10 +32,10 @@ capturing observers into an array. [Petteri Huusko](https://github.com/PetteriHuusko) -* Fix crash when non-closed #if was present in file. +* Fix crash when non-closed #if was present in file. [PaulTaykalo](https://github.com/PaulTaykalo) -* Fix false positives when line ends with carriage return + line feed +* Fix false positives when line ends with carriage return + line feed. [John Mueller](https://github.com/john-mueller) [#3060](https://github.com/realm/SwiftLint/issues/3060)