diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 752ed3c..85e8061 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,7 +12,7 @@ Minor Changes ------------- - Add support for content template parser -- Added new connection base class similar to ansible.netcommon's NetworkConnectionBase without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/211). +- Added new connection base class similar to ansible.netcommon's NetworkConnectionBase without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/213). - ipsubnet - the index parameter should only ever be an integer if it is provided. this changes the argument type from str to int. Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d636962..4139000 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -272,7 +272,7 @@ releases: minor_changes: - Add support for content template parser - Added new connection base class similar to ansible.netcommon's NetworkConnectionBase - without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/211). + without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/213). - ipsubnet - the index parameter should only ever be an integer if it is provided. this changes the argument type from str to int. fragments: