From 9fcf1db87163f498c0ac82a352840d20c7a01967 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 9 Sep 2020 06:37:56 -0700 Subject: [PATCH] Update the porting guide for 2.10.0b2 (#71677) --- docs/docsite/rst/porting_guides/porting_guide_2.10.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst index 2eb411ed80f..3e0cc395ea5 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst @@ -534,6 +534,11 @@ Ansible-base - When deprecations are done in code, they to specify a ``collection_name`` so that deprecation warnings can mention which collection - or ansible-base - is deprecating a feature. This affects all ``Display.deprecated()`` or ``AnsibleModule.deprecate()`` or ``Ansible.Basic.Deprecate()`` calls, and ``removed_in_version``/``removed_at_date`` or ``deprecated_aliases`` in module argument specs. - ansible-test now uses a different ``default`` test container for Ansible Collections +ansible.posix +~~~~~~~~~~~~~ + +- Bootstrap Collection (https://github.com/ansible-collections/ansible.posix/pull/1). + community.general ~~~~~~~~~~~~~~~~~