We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152e476 commit 9e623c7Copy full SHA for 9e623c7
CHANGELOG.md
@@ -5,14 +5,16 @@ 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 (#2)
9
10
New features:
11
12
Bugfixes:
13
14
Other improvements:
15
+- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#1)
16
+- Added a CHANGELOG.md file and pull request template (#3, #4)
17
18
## [v1.0.0](https://github.com/purescript-web/purescript-web-streams/releases/tag/v1.0.0) - 2020-01-14
19
-Initial release
-
20
+- Initial release
0 commit comments