From 318897488add10a04ca00236fc7ce71d674fe416 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 17 Sep 2024 15:15:17 +0900 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++++ ...tives_for_performance_big_decimal_with_numeric_argument.md | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md 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][])