Include changelog in docsite (#837)

* Include changelog in docsite.

* Fix changelog.
This commit is contained in:
Felix Fontein
2024-04-18 12:50:33 +02:00
committed by GitHub
parent 1ee9109a73
commit cab1bcb96e
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -768,7 +768,7 @@ New major release with some deprecations removed and a breaking change in the ``
Breaking Changes / Porting Guide
--------------------------------
- docker_compose - fixed ``timeout`` defaulting behavior so that ``stop_grace_period``, if defined in the compose file, will be used if `timeout`` is not specified (https://github.com/ansible-collections/community.docker/pull/163).
- docker_compose - fixed ``timeout`` defaulting behavior so that ``stop_grace_period``, if defined in the compose file, will be used if ``timeout`` is not specified (https://github.com/ansible-collections/community.docker/pull/163).
Deprecated Features
-------------------