We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521e17 commit 6554b3dCopy full SHA for 6554b3d
CHANGELOG.md
@@ -7,10 +7,16 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
-- Add `ST.clone` (#243 by @Bgbagan)
11
12
Bugfixes:
13
+Other improvements:
14
+
15
+## [v7.3.0](https://github.com/purescript/purescript-arrays/releases/tag/v7.3.0) - 2023-11-03
16
17
+New features:
18
+- Add `ST.clone` (#243 by @Bgbagan)
19
20
Other improvements:
21
- Implements `ST.push` via a call to JavaScript's native `push` instead of `pushAll` (#236 by @i-am-the-slime)
22
0 commit comments