You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,6 @@ The following breaking changes are unlikely to affect you:
173
173
- Method `BigDecimal::exactlyDividedBy()` is deprecated, use `dividedByExact()` instead
174
174
- Method `BigDecimal::getIntegralPart()` is deprecated (will be removed in 0.15, and re-introduced as returning `BigInteger` in 0.16)
175
175
- 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
177
176
- Method `BigRational::nd()` is deprecated, use `ofFraction()` instead
178
177
- Method `BigRational::quotient()` is deprecated, use `getIntegralPart()` instead
179
178
- Method `BigRational::remainder()` is deprecated, use `$number->getNumerator()->remainder($number->getDenominator())` instead
0 commit comments