Skip to content

v3.18.0

Compare
Choose a tag to compare
@etrepum etrepum released this 14 Nov 23:27
· 30 commits to master since this release
66c62d8

Version 3.18.0 released 2022-11-14

  • Allow serialization of classes that implement for_json or _asdict by
    ignoring TypeError when those methods are called
    #302
  • Raise JSONDecodeError instead of ValueError in invalid unicode escape
    sequence edge case
    #298