We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43048fc commit d979fc3Copy full SHA for d979fc3
CHANGELOG.md
@@ -5,12 +5,17 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
+- Added support for PureScript 0.14 and dropped support for all previous versions (#36)
9
10
New features:
11
12
Bugfixes:
13
+- Fixed `catchException` example to use `Console.logShow` instead of `print` (#31)
14
15
Other improvements:
16
+- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37)
17
+- Added a CHANGELOG.md file and pull request template (#38, #39)
18
+- Removed unnecessary type variable from `try` docstring (#33)
19
20
## [v4.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v4.0.0) - 2018-05-23
21
0 commit comments