From aab6afe145027a5a641280edeb2344fab258ad02 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Fri, 4 Nov 2022 14:13:52 -0400 Subject: [PATCH] Fix changelog to point to the correct PR for PersistentConnectionBase (#221) --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: