Fix changelog to point to the correct PR for PersistentConnectionBase (#221)

pull/222/head
Kate Case 2022-11-04 14:13:52 -04:00 committed by GitHub
parent 0aee02eb97
commit aab6afe145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: