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
+14-10
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,17 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [Unreleased]
6
6
7
7
Breaking changes (😱!!!):
8
+
- Added support for PureScript 0.14 and dropped support for all previous versions (#62, #64)
8
9
9
10
New features:
10
11
11
12
Bugfixes:
13
+
- Fixed rounding up when a number has trailing zeroes (#56)
12
14
13
15
Other improvements:
14
-
- Changed test library from `spec` to `assert`
16
+
- Changed test library from `spec` to `assert` to avoid non-core-library dependencies
17
+
- Changed default branch to `main` from `master`
18
+
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#58)
0 commit comments