v3.3.0
- Add a new module
Data.String.CodePoints, which treats strings as sequences of Unicode code points rather than sequences of UTF-16 code units. In the future we may swap this module withData.String. (@michaelficarra) - Fix a typo in the documentation (@ijks)