Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Dec 2, 2020
1 parent 004bb5a commit b551064
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## master (unreleased)

### Bug fixes

* [#8684](https://github.com/rubocop-hq/rubocop/issues/8684): Fix an error for `Lint/InterpolationCheck` cop. ([@tejasbubane][])
* [#9145](https://github.com/rubocop-hq/rubocop/issues/9145): Fix issues with SuggestExtensions when bundler is not available, or when there is no gemfile. ([@dvandersluis][])
* [#9140](https://github.com/rubocop-hq/rubocop/issues/9140): Fix an error for `Layout/EmptyLinesAroundArguments` when multiline style argument for method call without selector. ([@koic][])
* [#9136](https://github.com/rubocop-hq/rubocop/pull/9136): Fix `AllowedIdentifiers` in `Naming/VariableNumber` to include variable assignments. ([@PhilCoggins][])

### Changes

* [#9122](https://github.com/rubocop-hq/rubocop/issues/9122): Added tip message if any gems are loaded that have RuboCop extensions. ([@dvandersluis][])

## 1.5.0 (2020-12-01)

### New features
Expand Down Expand Up @@ -5211,3 +5222,5 @@
[@javierav]: https://github.com/javierav
[@adrian-rivera]: https://github.com/adrian-rivera
[@ThomasKoppensteiner]: https://github.com/ThomasKoppensteiner

[@PhilCoggins]: https://github.com/PhilCoggins
1 change: 0 additions & 1 deletion changelog/change_added_notification_if_any_gems_are.md

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit b551064

Please sign in to comment.