From 6082af2351dd638bdbf50eab159ff95d42105f2b Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Tue, 6 Oct 2020 09:52:14 +0300 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/44-close-connection.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/44-close-connection.yml 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).