Fix changelog to point to the correct PR for PersistentConnectionBase (#221)
parent
0aee02eb97
commit
aab6afe145
|
@ -12,7 +12,7 @@ Minor Changes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- Add support for content template parser
|
- 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.
|
- ipsubnet - the index parameter should only ever be an integer if it is provided. this changes the argument type from str to int.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
|
|
|
@ -272,7 +272,7 @@ releases:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
- Add support for content template parser
|
- Add support for content template parser
|
||||||
- Added new connection base class similar to ansible.netcommon's NetworkConnectionBase
|
- 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.
|
- ipsubnet - the index parameter should only ever be an integer if it is provided.
|
||||||
this changes the argument type from str to int.
|
this changes the argument type from str to int.
|
||||||
fragments:
|
fragments:
|
||||||
|
|
Loading…
Reference in New Issue