Skip to content

Commit 53f955b

Browse files
authored
Update CHANGELOG.md (#43)
Update CHANGELOG.md before releasing v6.0.0
1 parent d85ddb5 commit 53f955b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ New features:
1111
Bugfixes:
1212

1313
Other improvements:
14+
15+
## v6.0.0
16+
17+
Breaking changes:
18+
19+
- `Rational` is now a newtype over `Ratio BigInt`.
20+
- numerator and denominator now return `BigInt` instead of `Int`
21+
22+
New features:
23+
- `%` is polymorphic. It accepts `Int -> Int -> Rational` or `BigInt -> BigInt -> Rational`.

0 commit comments

Comments
 (0)