From 209a88b6b5996cc580b369cf787c47977fe2f6c4 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Fri, 22 Jan 2021 13:06:57 +0900 Subject: [PATCH] Tweak the changelog Follow https://github.com/rubocop-hq/rubocop-performance/pull/190#issuecomment-765106728 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264d598959..6e94a25e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* [#190](https://github.com/rubocop-hq/rubocop-performance/pull/190): Add new `Performance/RedundantSplitRegexpArgument` cop. ([@mfbmina][]) + ### Changes * [#205](https://github.com/rubocop-hq/rubocop-performance/issues/205): Update `Performance/ConstantRegexp` to allow memoized regexps. ([@dvandersluis][]) @@ -26,7 +30,6 @@ ### New features -* [#190](https://github.com/rubocop-hq/rubocop-performance/pull/190): Add new `Performance/RedundantSplitRegexpArgument` cop. ([@mfbmina][]) * [#173](https://github.com/rubocop-hq/rubocop-performance/pull/173): Add new `Performance/BlockGivenWithExplicitBlock` cop. ([@fatkodima][]) * [#136](https://github.com/rubocop-hq/rubocop-performance/issues/136): Add new `Performance/MethodObjectAsBlock` cop. ([@fatkodima][]) * [#151](https://github.com/rubocop-hq/rubocop-performance/issues/151): Add new `Performance/ConstantRegexp` cop. ([@fatkodima][]) @@ -211,3 +214,4 @@ [@fatkodima]: https://github.com/fatkodima [@dvandersluis]: https://github.com/dvandersluis [@ghiculescu]: https://github.com/ghiculescu +[@mfbmina]: https://github.com/mfbmina