8000 Update Changelog · rubocop/rubocop-performance@d26b441 · GitHub
[go: up one dir, main page]

Skip to content

Commit d26b441

Browse files
committed
Update Changelog
1 parent 7233005 commit d26b441

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#454](https://github.com/rubocop/rubocop-performance/issues/454): Fix false positives for `Performance/BigDecimalWithNumericArgument` when using BigDecimal 3.1+. ([@koic][])
17+
18+
### Changes
19+
20+
* [#385](https://github.com/rubocop/rubocop-performance/issues/385): Disable `Performance/BlockGivenWithExplicitBlock` by default. ([@earlopain][])
21+
* [#407](https://github.com/rubocop/rubocop-performance/issues/407): Make `Performance/DoubleStartEndWith` aware of safe navigation. ([@earlopain][])
22+
1423
## 1.21.1 (2024-06-16)
1524

1625
### Bug fixes

changelog/change_disable_block_given.md

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

changelog/change_make_double_start_end_aware_safe_navigation.md

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

changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md

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

0 commit comments

Comments
 (0)
0