text v1.2.3.1 Release Notes

Release Date: 2018-09-22 // over 5 years ago
    • ๐Ÿ‘‰ 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)