Update chagelog PR for 2.3.0 (#82)
Update chagelog PR for 2.3.0 Reviewed-by: Sagar Paul <sagpaul@redhat.com> https://github.com/KB-perBytepull/87/head 2.3.0
parent
e0551c0127
commit
6ab60372e1
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
doc_changes:
|
||||
- Update doc for usable_range filter plugin
|
Loading…
Reference in New Issue