Skip to content

Commit f9abcbd

Browse files
committed
Clean up erroneous changelog entry
1 parent 7d0f1cb commit f9abcbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ The following breaking changes are unlikely to affect you:
173173
- Method `BigDecimal::exactlyDividedBy()` is deprecated, use `dividedByExact()` instead
174174
- Method `BigDecimal::getIntegralPart()` is deprecated (will be removed in 0.15, and re-introduced as returning `BigInteger` in 0.16)
175175
- Method `BigDecimal::getFractionalPart()` is deprecated (will be removed in 0.15, and re-introduced as returning `BigDecimal` with a different meaning in 0.16)
176-
- Method `BigDecimal::hasNonZeroFractionalPart()` is deprecated and will be removed in 0.16
177176
- Method `BigRational::nd()` is deprecated, use `ofFraction()` instead
178177
- Method `BigRational::quotient()` is deprecated, use `getIntegralPart()` instead
179178
- Method `BigRational::remainder()` is deprecated, use `$number->getNumerator()->remainder($number->getDenominator())` instead

0 commit comments

Comments
 (0)