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