Skip to content
text-1.2.3.1

* Make `decodeUtf8With` fail explicitly for unsupported non-BMP
  replacement characters instead silent undefined behaviour (gh-213)

* Fix termination condition for file reads via `Data.Text.IO`
  operations (gh-223)

* A serious correctness issue affecting uses of `take` and `drop` with
  negative counts has been fixed (gh-227)

* A bug in the case-mapping functions resulting in unreasonably large
  allocations with large arguments has been fixed (gh-221)