Skip to content

Commit 3ac19eb

Browse files
committed
Update Changelog
1 parent f5c5e75 commit 3ac19eb

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#14479](https://github.com/rubocop/rubocop/issues/14479): Don't invalidate cache when `--display-time` option is used on the CLI. ([@lovro-bikic][])
17+
* [#14473](https://github.com/rubocop/rubocop/pull/14473): Fix a false negative for `Style/RedundantBegin` using `begin` with multiple statements without `rescue` or `ensure`. ([@koic][])
18+
* [#14475](https://github.com/rubocop/rubocop/issues/14475): Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. ([@earlopain][])
19+
20+
### Changes
21+
22+
* [#14474](https://github.com/rubocop/rubocop/pull/14474): Fix false negative for `Layout/EndAlignment` when `end` is not on a separate line. ([@lovro-bikic][])
23+
1424
## 1.80.0 (2025-08-22)
1525

1626
### Bug fixes

changelog/change_false_negative_for_layout_end_alignment.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_dont_invalidate_cache_for_display_time_option.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_false_negative_for_style_redundant_begin.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_lsp_prism_reuse.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)