Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.75 KB

Changelog

Unreleased

1.2.1

  • (SECURITY) Use defusedxml to prevent XML SAX vulnerabilities (#94)

1.2.0

  • (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)

  • 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

1.1.1

1.1.0

  • dir support for untangled objects
  • code cleanups

1.0.0

  • first official release