Skip to content

Commit 5bedbf5

Browse files
Update changelog for v5.1.0
1 parent 232f1ca commit 5bedbf5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ Notable changes to this project are documented in this file. The format is based
77
Breaking changes:
88

99
New features:
10-
- Export `HugeInt`'s `abs` and `neg` and `HugeNum`'s `subHugeNum`, both implemented by @Thimoteus (#25 by @JordanMartinez)
1110

1211
Bugfixes:
1312

13+
Other improvements:
14+
15+
## [v5.1.0](https://github.com/purescript-contrib/purescript-precise/releases/tag/v5.1.0) - 2021-05-06
16+
17+
New features:
18+
- Export `HugeInt`'s `abs` and `neg` and `HugeNum`'s `subHugeNum`, both implemented by @Thimoteus (#25 by @JordanMartinez)
19+
1420
Other improvements:
1521
- Fix warnings revealed by v0.14.1 PS release, including the removal of `fromKRep` function (#25 by @JordanMartinez)
1622
- Install missing dependencies used in source code (#25 by @JordanMartinez)
@@ -20,8 +26,6 @@ Other improvements:
2026
Breaking changes:
2127
- Added support for PureScript 0.14 and dropped support for all previous versions (#21 by @JordanMartinez, #22 by @kl0tl)
2228

23-
New features:
24-
2529
Bugfixes:
2630
- Fixed comparing negative `HugeNum` values and `HugeInt.toInt` returning `Nothing` for negative values (#20 by @vladciobanu)
2731

0 commit comments

Comments
 (0)