We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fe038 commit a903f6bCopy full SHA for a903f6b
CHANGELOG.md
@@ -7,11 +7,17 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
-- Add `prependArray` (#224 by @JordanMartinez)
11
-- Add `Data.Array.ST.length` (#239 by @Blugatroff)
12
13
Bugfixes:
14
+Other improvements:
+
15
+## [v7.2.0](https://github.com/purescript/purescript-arrays/releases/tag/v7.2.0) - 2023-01-17
16
17
+New features:
18
+- Add `prependArray` (#224 by @JordanMartinez)
19
+- Add `Data.Array.ST.length` (#239 by @Blugatroff)
20
21
Other improvements:
22
- Use more efficient implementation for `mapWithIndex` (#233 by @JordanMartinez)
23
0 commit comments