diff --git a/branch/main/changelog.html b/branch/main/changelog.html index af7adadf..c55ecf2e 100644 --- a/branch/main/changelog.html +++ b/branch/main/changelog.html @@ -74,7 +74,7 @@
Community.Docker Release Notes
First alpha release of community.docker 5.0.0.
-The main changes are that the collection dropped support for some ansible-core versions that are End of Life, and thus dropped support for Python 2.7. +
New major release.
+The main changes are that the collection dropped support for some ansible-core +versions that are End of Life, and thus dropped support for Python 2.7. This allowed to modernize the Python code, in particular with type hints. -Also all module and plugin utils are now private to the collection, which makes it easier to refactor code. -All these changes should have no effect on end-users.
-The current plan is to release 5.0.0 in time for Ansible 13’s feature freeze, so in roughly one week.
+Also all module and plugin utils are now private to the collection, which +makes it easier to refactor code. All these changes should have no effect on +end-users.