Skip to content

Releases: matrix-org/python-canonicaljson

v1.2.0

27 Jul 16:08
v1.2.0
081a8e2
Compare
Choose a tag to compare

Version 1.2.0 released 2020-07-27

  • JSON from the standard library is used automatically on PyPy.
  • Support for Python versions which are end-of-lifed was dropped, Python >= 3.5
    is supported and tested in continuous integration.
  • An API to configure the underlying JSON library was added (set_json_library).