Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Nov 25, 2020
1 parent d984435 commit 2880979
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
### Bug fixes

* [#9083](https://github.com/rubocop-hq/rubocop/pull/9083): Fix `Style/RedundantArgument` cop raising offense for more than one argument. ([@tejasbubane][])
* [#9089](https://github.com/rubocop-hq/rubocop/issues/9089): Fix an incorrect auto-correct for `Style/FormatString` when using springf with second argument that uses an operator. ([@koic][])
* [#7670](https://github.com/rubocop-hq/rubocop/issues/7670): Handle offenses inside heredocs for `-a --disable-uncorrectable`. ([@jonas054][])
* [#9070](https://github.com/rubocop-hq/rubocop/issues/9070): Fix `Lint/UnmodifiedReduceAccumulator` error when the block does not have enough arguments. ([@dvandersluis][])

### Changes

* [#9091](https://github.com/rubocop-hq/rubocop/pull/9091): Have `Naming/VariableNumber` accept _1, _2, ... ([@marcandre][])
* [#9087](https://github.com/rubocop-hq/rubocop/pull/9087): Deprecate `EnforceSuperclass` module. ([@koic][])

## 1.4.1 (2020-11-23)

Expand Down
1 change: 0 additions & 1 deletion changelog/change_deprecate_enforce_superclass_module.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_have_namingvariablenumber_accept__1__2.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_infinite_disable_uncorrectable.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_updated_lintunmodifiedreduceaccumulator.md

This file was deleted.

0 comments on commit 2880979

Please sign in to comment.