From 944ca8806ab497b52c81f287113171dcf5400c79 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Mon, 10 Sep 2018 05:14:23 +0200 Subject: [PATCH] Link to #321 from changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26152fb05c..b2dce29115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Add an `explicit_self` analyzer rule to enforce the use of explicit references to `self.` when accessing instance variables or functions. [JP Simard](https://github.com/jpsim) + [#321](https://github.com/realm/SwiftLint/issues/321) * Add an `unused_import` analyzer rule to lint for unnecessary imports. [JP Simard](https://github.com/jpsim)