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][])