diff options
author | Christian Heimes <christian@python.org> | 2021-01-12 15:58:21 +0100 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2021-01-12 17:50:53 +0100 |
commit | 3010d3f8c81f8e7cbb0d6e102801b09d5d6300d4 (patch) | |
tree | 7a7f1a95bbb4f79dae10f7d57e71dbb8179f57f3 /README.md | |
parent | af1f4cf0c1bd94bc6c8debbd500b02daede92d31 (diff) | |
download | defusedxml-git-3010d3f8c81f8e7cbb0d6e102801b09d5d6300d4.tar.gz |
Prepare 0.7.0.rc2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -716,6 +716,13 @@ See <https://www.python.org/psf/license> for licensing details. Injection](https://www.owasp.org/index.php/Testing_for_XML_Injection_\(OWASP-DV-008\)) # Changelog +## defusedxml 0.7.0.rc2 + +*Release date: ??-Jan-2021* + + - Re-add and deprecate `defusedxml.cElementTree` + - Use GitHub Actions instead of TravisCI + ## defusedxml 0.7.0.rc1 *Release date: 04-May-2020* |