Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Jun 13, 2023
1 parent eb750d4 commit ad76064
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Bugfixes:

Other improvements:

## [v7.2.1](https://github.com/purescript/purescript-arrays/releases/tag/v7.2.1) - 2023-06-13

Other improvements:

- Updates non-`ST` FFI to use uncurried functions via `Fn` types (#235 by @JordanMartinez)
- Updates `ST` FFI to use uncurried functions via `STFnX` types (#234 by @JordanMartinez)

## [v7.2.0](https://github.com/purescript/purescript-arrays/releases/tag/v7.2.0) - 2023-01-17

New features:
Expand All @@ -22,8 +29,6 @@ New features:
Other improvements:

- Use more efficient implementation for `mapWithIndex` (#233 by @JordanMartinez)
- Updates non-`ST` FFI to use uncurried functions via `Fn` types (#235 by @JordanMartinez)
- Updates `ST` FFI to use uncurried functions via `STFnX` types (#234 by @JordanMartinez)

## [v7.1.0](https://github.com/purescript/purescript-arrays/releases/tag/v7.1.0) - 2022-08-06

Expand Down

0 comments on commit ad76064

Please sign in to comment.