From f6f9bfc13026e14b219ea201638aa5c732cbb919 Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Mon, 2 Dec 2024 12:51:48 +0300 Subject: [PATCH] Update changelog for release 6.4.2 Change-Id: I769f27ddd00414cdb1d858b2e84fb05ede353ca3 --- doc/source/changelog.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 8eb45ffec..aaf3cc276 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,24 @@ Changelog ========== +Release 6.4.2 +------------- + +Bugs fixed +~~~~~~~~~~ + +* Fix "abort-builds" for WorkflowMultiBranchProject + +Features added +~~~~~~~~~~~~~~ + +* Fix the build with setuptools >= 71. +* Add support for Python 3.12. +* Make unit tests compatible with Python 3.13. +* Allow disabled to remain the last setting. +* Add inheritance strategy. + (`Story 2011206 `_). + Release 6.4.1 -------------