diff --git a/docs/docsite/rst/porting_guide_2.5.rst b/docs/docsite/rst/porting_guide_2.5.rst index e81d82c6ad7..d526e054222 100644 --- a/docs/docsite/rst/porting_guide_2.5.rst +++ b/docs/docsite/rst/porting_guide_2.5.rst @@ -83,7 +83,11 @@ The following modules will be removed in Ansible 2.9. Please update update your Noteworthy module changes ------------------------- -No notable changes. +* The :ref:`stat ` and :ref:`win_stat ` modules have changed the default of the option ``get_md5`` from ``true`` to ``false``. + +This option will be removed starting with Ansible version 2.9. The options ``get_checksum: True`` +and ``checksum_algorithm: md5`` can still be used if an MD5 checksum is +desired. Plugins =======