From ff51c8aaa3ec8160328db0d733c3b596ddf392ea Mon Sep 17 00:00:00 2001 From: akirahrkw Date: Wed, 17 Jun 2015 01:30:16 +0800 Subject: [PATCH] add OperatorFunctionWhitespaceRule on CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32b74b58..265d82581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ ##### Enhancements +* Added `OperatorFunctionWhitespaceRule` to make sure that + you use whitespace around operators when defining them. + [Akira Hirakawa](https://github.com/akirahrkw) + [#60](https://github.com/realm/SwiftLint/issues/60) + * Added `ReturnArrowWhitespaceRule` to make sure that you have 1 space before return arrow and return type. [Akira Hirakawa](https://github.com/akirahrkw)