From 082d63584f404cc815bee201a9c25fc3e23682e6 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 8 Sep 2024 04:55:32 +0900 Subject: [PATCH] Add changelog entry for #463 --- ...ositives_for_performance_big_decimal_with_numeric_argument.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md 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 new file mode 100644 index 0000000000..90b645c23d --- /dev/null +++ b/changelog/fix_false_positives_for_performance_big_decimal_with_numeric_argument.md @@ -0,0 +1 @@ +* [#454](https://github.com/rubocop/rubocop-performance/issues/454): Fix false positives for `Performance/BigDecimalWithNumericArgument` when using BigDecimal 3.1+. ([@koic][])