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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
🗑️ **Deprecations**
8
8
9
-
-not passing a rounding mode to `BigInteger::sqrt()` and `BigDecimal::sqrt()` triggers a deprecation notice: **the default rounding mode will change from `Down` to `Unnecessary` in 0.15**
9
+
-Not passing a rounding mode to `BigInteger::sqrt()` and `BigDecimal::sqrt()` triggers a deprecation notice: **the default rounding mode will change from `Down` to `Unnecessary` in 0.15**
10
10
11
11
✨ **New features**
12
12
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
15
15
16
16
👌 **Improvements**
17
17
18
-
-alphabet is now checked for duplicate characters in `BigInteger::(from|to)ArbitraryBase()`
18
+
-Alphabet is now checked for duplicate characters in `BigInteger::(from|to)ArbitraryBase()`
19
19
-`BigNumber::ofNullable()` is now marked as `@pure`
0 commit comments