Skip to content

Commit 2599651

Browse files
Update CHANGELOG for v7.0.0 (#42)
1 parent 0d6cb09 commit 2599651

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v7.0.0](https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0) - 2021-MONTH-DAY
16+
17+
Breaking changes:
18+
- Updated code for PureScript 0.14 and dropped the `proxy` dependency as the `proxy` library has been migrated into `prelude` (#39).
19+
20+
Other improvements:
21+
- Removed primes from the `concat'` function in FFI in preparation for ES modules support (#36)
22+
- Migrated CI to use GitHub Actions and updated installation instructions to use Spago (#38)
23+
- Stopped returning empty objects in foreign implementations for functions which return `Unit` for a small performance benefit (#40)
24+
- Added a CHANGELOG.md file and pull request template to the repository (#41)
25+
1526
## [v6.0.0](https://github.com/purescript-node/purescript-node-buffer/releases/tag/v6.0.0) - 2019-07-24
1627

1728
* Add a `MutableBuffer` type class with instances for both `Effect` and `ST`, to allow mutating buffers in either monad, and potentially other monads too (#24, @Dretch)

0 commit comments

Comments
 (0)