From 1ddc1e393ae5ce9140c249c555d6ed849514c986 Mon Sep 17 00:00:00 2001 From: HLFH Date: Wed, 2 Nov 2022 16:31:49 +0000 Subject: [PATCH] 2022.6 release description --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7549cb..de09cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,4 +26,6 @@ 2022.2, 2022.3, 2022.4: Unpublished releases -2022.5 (2022-10-31): Fork automx2 to automua. First automua public release. Avoid GPLv3 violation. Open project to contributors. Fix the database initialisation w/ HTTP POST & JSON payload (`automua/database.py`). Replace the deprecated setup.py by pyproject.toml. Use hatch to build and publish releases on Python PyPI. Packages for Arch Linux AUR and Python PyPI. Update docs and fix a few contrib files. \ No newline at end of file +2022.5 (2022-10-31): Fork automx2 to automua. First automua public release. Avoid GPLv3 violation. Open project to contributors. Fix the database initialisation w/ HTTP POST & JSON payload (`automua/database.py`). Replace the deprecated setup.py by pyproject.toml. Use hatch to build and publish releases on Python PyPI. Packages for Arch Linux AUR and Python PyPI. Update docs and fix a few contrib files. + +2022.6 (2022-11-02): fix Autodiscover endpoint: replace ElementTree XML API by lxml, fix NS_REQUEST with https support, add test_invalid_namespace \ No newline at end of file