File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ Notable changes to this project are documented in this file. The format is based
7
7
Breaking changes:
8
8
9
9
New features:
10
- - Export ` HugeInt ` 's ` abs ` and ` neg ` and ` HugeNum ` 's ` subHugeNum ` , both implemented by @Thimoteus (#25 by @JordanMartinez )
11
10
12
11
Bugfixes:
13
12
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
+
14
20
Other improvements:
15
21
- Fix warnings revealed by v0.14.1 PS release, including the removal of ` fromKRep ` function (#25 by @JordanMartinez )
16
22
- Install missing dependencies used in source code (#25 by @JordanMartinez )
@@ -20,8 +26,6 @@ Other improvements:
20
26
Breaking changes:
21
27
- Added support for PureScript 0.14 and dropped support for all previous versions (#21 by @JordanMartinez , #22 by @kl0tl )
22
28
23
- New features:
24
-
25
29
Bugfixes:
26
30
- Fixed comparing negative ` HugeNum ` values and ` HugeInt.toInt ` returning ` Nothing ` for negative values (#20 by @vladciobanu )
27
31
You can’t perform that action at this time.
0 commit comments