Skip to content

Commit

Permalink
Tweak the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rena Watson committed Jan 22, 2021
1 parent f26e6a4 commit 3207cd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand All @@ -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][])
Expand Down Expand Up @@ -211,3 +214,4 @@
[@fatkodima]: /~https://github.com/fatkodima
[@dvandersluis]: /~https://github.com/dvandersluis
[@ghiculescu]: /~https://github.com/ghiculescu
[@mfbmina]: /~https://github.com/mfbmina

0 comments on commit 3207cd6

Please sign in to comment.