Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 14, 2024
1 parent c06c3da commit 29396ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 2.1.1

* Add pure Haskell implementations as an alternative to C-based ones,
suitable for JavaScript backend.

* [Add type synonyms for lazy and strict text flavours](https://github.com/haskell/text/pull/547)

* [Share empty `Text` values](https://github.com/haskell/text/pull/493)

* [Fix bug in `isValidUtf8ByteArray`](https://github.com/haskell/text/pull/553)

* [Optimize the implementation of `Data.Text.concat`](https://github.com/haskell/text/pull/551)

* [Fix `filter/filter` rules for `Text` and lazy `Text`](https://github.com/haskell/text/pull/560)

### 2.1

* [Switch `Data.Text.Array` to `Data.Array.Byte`](https://github.com/haskell/text/pull/474)
Expand Down

0 comments on commit 29396ca

Please sign in to comment.