Immutable
release. Only release title and notes can be modified.
π Improvements
- Add
iso-8859-8-iandiso-8859-8-echarset aliases - by @baptistejamin in #394
π Bug fixes
-
Fix UTF-32 streaming across chunk boundaries - by @spokodev and @bjohansebas in #393
When decoding a UTF-32 stream, a 4-byte code unit split across a chunk boundary was decoded incorrectly, and a truncated trailing unit is now replaced with U+FFFD instead of being dropped. When encoding, a surrogate held over between chunks no longer throws. Whole-buffer
decode/encodewere unaffected.
New Contributors
- @baptistejamin made their first contribution in #394
- @spokodev made their first contribution in #393
Full Changelog: v0.7.2...v0.7.3