Skip to content

Commit

Permalink
Tweak a couple of changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstewart0213 committed May 7, 2022
1 parent f42146a commit 0ec0617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -105,7 +105,7 @@
### Changes

* [#228](https://github.com/rubocop/rubocop-performance/pull/228): Mark `Performance/RedundantMerge` as unsafe. ([@dvandersluis][])
* [#232](https://github.com/rubocop/rubocop-performance/pull/232): Drop Ruby 2.4 support. ([@koic][])
* [#232](https://github.com/rubocop/rubocop-performance/pull/232): **(Compatibility)** Drop Ruby 2.4 support. ([@koic][])
* [#235](https://github.com/rubocop/rubocop-performance/pull/235): Require RuboCop 1.7 or higher. ([@koic][])

## 1.10.2 (2021-03-23)
Expand Down Expand Up @@ -264,7 +264,7 @@

### Changes

* [#103](https://github.com/rubocop/rubocop-performance/pull/103): **(BREAKING)** Drop support for Ruby 2.3. ([@koic][])
* [#103](https://github.com/rubocop/rubocop-performance/pull/103): **(Compatibility)** Drop support for Ruby 2.3. ([@koic][])
* [#101](https://github.com/rubocop/rubocop-performance/issues/101): Mark unsafe for `Performance/Casecmp` cop. ([@koic][])

## 1.5.2 (2019-12-25)
Expand Down Expand Up @@ -312,7 +312,7 @@

### Changes

* [#52](https://github.com/rubocop/rubocop-performance/issues/52): Drop support for Ruby 2.2. ([@bquorning][])
* [#52](https://github.com/rubocop/rubocop-performance/issues/52): **(Compatibility)** Drop support for Ruby 2.2. ([@bquorning][])

## 1.2.0 (2019-05-04)

Expand Down
2 changes: 1 addition & 1 deletion relnotes/v1.11.0.md
Expand Up @@ -10,7 +10,7 @@
### Changes

* [#228](https://github.com/rubocop/rubocop-performance/pull/228): Mark `Performance/RedundantMerge` as unsafe. ([@dvandersluis][])
* [#232](https://github.com/rubocop/rubocop-performance/pull/232): Drop Ruby 2.4 support. ([@koic][])
* [#232](https://github.com/rubocop/rubocop-performance/pull/232): **(Compatibility)** Drop Ruby 2.4 support. ([@koic][])
* [#235](https://github.com/rubocop/rubocop-performance/pull/235): Require RuboCop 1.7 or higher. ([@koic][])

[@koic]: https://github.com/koic
Expand Down
2 changes: 1 addition & 1 deletion relnotes/v1.6.0.md
Expand Up @@ -11,7 +11,7 @@

### Changes

* [#103](https://github.com/rubocop/rubocop-performance/pull/103): **(BREAKING)** Drop support for Ruby 2.3. ([@koic][])
* [#103](https://github.com/rubocop/rubocop-performance/pull/103): **(Compatibility)** Drop support for Ruby 2.3. ([@koic][])
* [#101](https://github.com/rubocop/rubocop-performance/issues/101): Mark unsafe for `Performance/Casecmp` cop. ([@koic][])

[@koic]: https://github.com/koic
Expand Down

0 comments on commit 0ec0617

Please sign in to comment.