Add missing changelog for #784.

This commit is contained in:
Felix Fontein
2024-07-11 22:35:47 +02:00
parent b02fb8e9a0
commit 1f39b0ff2a

View File

@@ -0,0 +1,4 @@
minor_changes:
- "get_certificate - allow to obtain the certificate chain sent by the server, and the one used for validation, with the new ``get_certificate_chain`` option.
Note that this option only works if the module is run with Python 3.10 or newer
(https://github.com/ansible-collections/community.crypto/issues/568, https://github.com/ansible-collections/community.crypto/pull/784)."