diff --git a/CHANGELOG.md b/CHANGELOG.md index 4626209..a680f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: New features: -- Add `ST.clone` (#243 by @Bgbagan) Bugfixes: +Other improvements: + +## [v7.3.0](https://github.com/purescript/purescript-arrays/releases/tag/v7.3.0) - 2023-11-03 + +New features: +- Add `ST.clone` (#243 by @Bgbagan) + Other improvements: - Implements `ST.push` via a call to JavaScript's native `push` instead of `pushAll` (#236 by @i-am-the-slime)