Skip to content

Commit

Permalink
Update changelog for 2.0.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fatho committed May 2, 2022
1 parent d1ac105 commit 54f85ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v2.0.0.0 - "So Long Surrogates" (2022-05-02)

Switched to text-2.0 which uses UTF-8 encoding internally.

- Removed `Data.Text.Utf8.*` modules
- Replaced `Data.Text.AhoCorasick.*` and `Data.Text.BoyerMoore.*` (previously using UTF-16) with the UTF-8 implementation

## v1.1.2.0 - "ByteArray Boogaloo" (2022-04-21)

Added UTF-8 implementations on a mock `Text` type (in `Data.Text.Utf8`).
Expand Down

0 comments on commit 54f85ff

Please sign in to comment.