Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 4, 2024
1 parent 08bed81 commit 2900c91
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## master (unreleased)

### Bug fixes

* [#13191](https://github.com/rubocop/rubocop/pull/13191): Fix an error for `Style/IfWithSemicolon` when using nested single-line if/;/end in block of if/else branches. ([@koic][])
* [#13178](https://github.com/rubocop/rubocop/pull/13178): Fix false positive for `Style/EmptyLiteral` with `Hash.new([])`. ([@earlopain][])
* [#13176](https://github.com/rubocop/rubocop/issues/13176): Fix crash in `Style/EmptyElse` when `AllowComments: true` and the else clause is missing. ([@vlad-pisanov][])
* [#13185](https://github.com/rubocop/rubocop/pull/13185): Fix false negatives in `Style/MapIntoArray` autocorrection when using `ensure`, `def`, `defs` and `for`. ([@vlad-pisanov][])

## 1.66.0 (2024-08-31)

### New features
Expand Down
1 change: 0 additions & 1 deletion changelog/fix_an_error_for_style_if_with_semicolon.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

0 comments on commit 2900c91

Please sign in to comment.