Skip to content

Commit 7c36177

Browse files
committed
Update Changelog
1 parent d4525d6 commit 7c36177

8 files changed

+13
-7
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#13853](https://github.com/rubocop/rubocop/pull/13853): Fix exclusion of relative paths in plugin's `AllCops: Exclude` as expected. ([@koic][])
17+
* [#13844](https://github.com/rubocop/rubocop/issues/13844): Fix an error for `Style/RedundantFormat` when a template argument is used without keyword arguments. ([@koic][])
18+
* [#13857](https://github.com/rubocop/rubocop/pull/13857): Fix an error for `Style/RedundantFormat` when numeric placeholders is used in the template argument. ([@koic][])
19+
* [#13861](https://github.com/rubocop/rubocop/issues/13861): Fix `ArgumentError` related to two deprecated `AllowedPattern` APIs. ([@koic][])
20+
* [#13849](https://github.com/rubocop/rubocop/issues/13849): Fix an error for `Lint/UselessConstantScoping` when multiple assigning to constants after `private` access modifier. ([@koic][])
21+
* [#13856](https://github.com/rubocop/rubocop/issues/13856): Fix false positives for `Lint/UselessConstantScoping` when a constant is used after `private` access modifier with arguments. ([@koic][])
22+
23+
### Changes
24+
25+
* [#13846](https://github.com/rubocop/rubocop/issues/13846): Mark `Style/RedundantFormat` as unsafe autocorrect. ([@koic][])
26+
1427
## 1.72.1 (2025-02-15)
1528

1629
### Bug fixes

changelog/change_mark_style_redundant_format_as_unsafe_autocorrect.md

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

changelog/fix_all_cops_exclude_paths.md

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

changelog/fix_an_error_for_style_redundant_format.md

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

changelog/fix_an_error_for_style_redundant_format_cop.md

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

changelog/fix_an_error_for_two_deprecated_allowed_pattern_apis.md

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

changelog/fix_an_error_lint_useless_constant_scoping.md

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

changelog/fix_false_positives_for_lint_useless_constant_scoping.md

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

0 commit comments

Comments
 (0)