diff --git a/CHANGELOG.md b/CHANGELOG.md index c02460e24e..1c76eda491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ ## master (unreleased) +### Bug fixes + +* [#468](https://github.com/rubocop/rubocop-performance/issues/468): Fix false positives for `Performance/BigDecimalWithNumericArgument` when using float argument for `BigDecimal`. ([@koic][]) + ## 1.22.0 (2024-09-16) ### Bug fixes diff --git a/changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md b/changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md deleted file mode 100644 index 6db6995a73..0000000000 --- a/changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md +++ /dev/null @@ -1 +0,0 @@ -* [#468](https://github.com/rubocop/rubocop-performance/issues/468): Fix false positives for `Performance/BigDecimalWithNumericArgument` when using float argument for `BigDecimal`. ([@koic][])