Skip to content

Commit

Permalink
[Fix rubocop#8761] Update changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroProtagonist committed Nov 8, 2020
1 parent ada7ba3 commit 460e770
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

### New features

* [#8761](https://github.com/rubocop-hq/rubocop/issues/8761): Read `required_ruby_version` from gemspec file if it exists #8761. ([@HeroProtagonist][])

### Bug fixes

* [#8499](https://github.com/rubocop-hq/rubocop/issues/8499): Fix `Style/IfUnlessModifier` and `Style/WhileUntilModifier` to prevent an offense if there are both first-line comment and code after `end` block. ([@dsavochkin][])
Expand Down Expand Up @@ -5084,3 +5088,4 @@
[@miry]: https://github.com/miry
[@lautis]: https://github.com/lautis
[@pdobb]: https://github.com/pdobb
[@HeroProtagonist]: https://github.com/HeroProtagonist

0 comments on commit 460e770

Please sign in to comment.