Changed
- Assorted cleanup refactors (#756) @bwoodsend
Removed
- Reduce bytes-like support to only bytes and bytearray (#755) @bwoodsend
Fixed
- Allow default handler to handle bytes (#759) @bwoodsend
- Update build dependencies to avoid warning about missing [tool.setuptools_scm] section (#746) @musicinmybrain
- Tighten UTF-8 validation for ujson.loads()-ing strings from bytes (#750) @bwoodsend, @hugovk