diff --git a/changelogs/fragments/44-close-connection.yml b/changelogs/fragments/44-close-connection.yml new file mode 100644 index 0000000..03c290c --- /dev/null +++ b/changelogs/fragments/44-close-connection.yml @@ -0,0 +1,2 @@ +minor_changes: + - mysql modules - patch the ``Connection`` class to add a destructor that ensures connections to the server are explicitly closed (https://github.com/ansible-collections/community.mysql/pull/44).