diff --git a/docs/changelog.rst b/docs/changelog.rst index 5e572518..3b1e734f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -266,6 +266,11 @@ Fixes * `#499 `_: the ``allow_same_user`` Ansible configuration setting is respected. +* `#527 `_: crashes in modules are + trapped and reported in a manner that matches Ansible. In particular, a + module crash no longer leads to an exception that may crash the corresponding + action plug-in. + * `dc1d4251 `_: the ``synchronize`` module could fail with the Docker transport due to a missing attribute.