Skip to content

1.2.0

Compare
Choose a tag to compare
@stchris stchris released this 01 Jul 18:33
· 6 commits to main since this release
42e4b3a

Major changes

  • (SECURITY) Prevent XML SAX vulnerability: External Entities injection (#60)
  • support for python keywords as element names (#43)
  • support Element truthiness on Python 3 (#68)
  • dropped support for Python 3.4-3.6 and pypy, untangle currently support Python 3.7-3.10
  • fixed setup.py warning (#77)

Development related changes

  • dropped support for Python 2.6, 3.3
  • formatted code with black
  • flake8 linter enforced in CI
  • main is now the default branch
  • switch to Github Actions
  • switch to poetry and pytest

Changes by PRs

New Contributors

Full Changelog: 1.1.1...1.2.0