From 83cbd70ca3c80b97471b3173f23a9894848663e0 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 5 Jul 2023 15:47:20 -0500 Subject: [PATCH] Prep changelog for next release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a096e02..deea9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + + +## [v9.0.0](https://github.com/purescript-node/purescript-node-buffer/releases/tag/v9.0.0) - 2022-06-05 + Breaking changes: - Expose Buffer API using typeclass-less API witout removing typeclass API (#53 by @JordanMartinez)