Skip to content

Commit be7c0b5

Browse files
committed
Capitalization fixes in CHANGELOG
1 parent b4a8f8f commit be7c0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
🗑️ **Deprecations**
88

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**
1010

1111
**New features**
1212

@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
1515

1616
👌 **Improvements**
1717

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()`
1919
- `BigNumber::ofNullable()` is now marked as `@pure`
2020

2121
## [0.14.4](https://github.com/brick/math/releases/tag/0.14.4) - 2026-02-02

0 commit comments

Comments
 (0)