## 0.4.0 (November 2021)
* Bump `unicode-data` to `0.2`
* Allow `text 2.0`
* Update to Unicode version 14.0.0
* Drop support for GHC 7.10
## 0.3.8
* Allow ghc-prim 0.7
* Extract `unicode-data` into its own package
* Depend on the latest stable `text`
## 0.3.7.1
* Fix x32 build
## 0.3.7
* Significant performance improvements
* Update to Unicode version 13.0.0
## 0.3.6
* Update to Unicode version 12.1.0
* Update Quickcheck dependency version bounds
* Test with GHC 8.6.5
## 0.3.5
* Update dependency version bounds
* Test with GHC 8.6.2
## 0.3.4
* GHC 8.4.1 support
## 0.3.3
* GHC 8.2.1 support
## 0.3.2
* Work around a GHC/LLVM issue for ARM
## 0.3.1
* Update dependency versions
## 0.3.0
* Support Unicode version 9.0
## 0.2.1
* Improve speed and resource hog during compilation
## 0.2.0
* Support Unicode version 8.0
* Switch to pure Haskell implementation
## 0.1.0.1
* Initial release based on utf8proc C implementation