summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/porting_guides/porting_guide_2.8.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/porting_guides/porting_guide_2.8.rst')
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_2.8.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst
index bf31684ef8..fd56b239c9 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst
@@ -110,6 +110,10 @@ Noteworthy module changes
* The ``vmware_local_role_facts`` module now returns a list of dicts instead of a dict of dicts for role information.
+* If ``docker_network`` or ``docker_volume`` were called with ``diff: yes``, ``check_mode: yes`` or ``debug: yes``,
+ a return value called ``diff`` was returned of type ``list``. To enable proper diff output, this was changed to
+ type ``dict``; the original ``list`` is returned as ``diff.differences``.
+
Plugins
=======