These release notes are automatically extracted from the full changelog.
Major Changes
- Drop support for Python 3.8. #1693 (@victorlin)
- Drop support for older versions of jsonschema (<4.18.0). #1691 (@victorlin)
- Drop support for xopen <2.0.0. #1692 (@victorlin)
Bug fixes
- export: validation will no longer crash with
KeyError: 'tree'
when newer versions of jsonschema (≥4.18.0) are installed. #1358 (@victorlin)