From 6ab60372e1b475ba4c11264a6dee632c3ea56a1a Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Tue, 22 Jun 2021 15:26:20 +0530 Subject: [PATCH] Update chagelog PR for 2.3.0 (#82) Update chagelog PR for 2.3.0 Reviewed-by: Sagar Paul https://github.com/KB-perByte --- CHANGELOG.rst | 5 +++++ changelogs/changelog.yaml | 5 ++++- .../fragments/update_doc_for_usable_range_filter_plugin.yml | 3 --- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/update_doc_for_usable_range_filter_plugin.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c086584..1985bd7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,11 @@ Bugfixes - Also include empty lists and mappings into the output dictionary (https://github.com/ansible-collections/ansible.utils/pull/58). +Documentation Changes +--------------------- + +- Update doc for usable_range filter plugin + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 644f62f..9994dac 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -123,10 +123,13 @@ releases: changes: bugfixes: - Also include empty lists and mappings into the output dictionary (https://github.com/ansible-collections/ansible.utils/pull/58). + doc_changes: + - Update doc for usable_range filter plugin minor_changes: - Add usable_range test plugin fragments: - add_usable_range_filter_plugin.yml - empty_list_mapping.yml - improve_coverage_for_filter_plugins.yaml - release_date: '2021-06-18' + - update_doc_for_usable_range_filter_plugin.yml + release_date: '2021-06-22' diff --git a/changelogs/fragments/update_doc_for_usable_range_filter_plugin.yml b/changelogs/fragments/update_doc_for_usable_range_filter_plugin.yml deleted file mode 100644 index 007c444..0000000 --- a/changelogs/fragments/update_doc_for_usable_range_filter_plugin.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - Update doc for usable_range filter plugin