From 8a2dcbf674f7e23062200d271f11d3b5f6509c4a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 9 Feb 2019 19:13:16 +0000 Subject: [PATCH] docs: update Changelog; closes #527. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) 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.