From e032d14384c1498d2de899ba673f7165cedbd85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xaver=20Lohmu=CC=88ller?= Date: Thu, 10 Jan 2019 13:24:37 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88abee652..9669d5f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,11 @@ [Ben Staveley-Taylor](https://github.com/BenStaveleyTaylor) [#2538](https://github.com/realm/SwiftLint/issues/2538) +* Fix false positives on `identical_operands` rule when the right side of the + operand does not terminate. + [Xavier Lowmiller](https://github.com/xavierLowmiller) + [#2467](https://github.com/realm/SwiftLint/issues/2467) + ## 0.29.2: Washateria #### Breaking