Add release changelog

This commit is contained in:
Andrew Klychkov 2020-10-13 16:17:58 +03:00
commit ffc4f4eb94
6 changed files with 42 additions and 7 deletions

View file

@ -1,2 +0,0 @@
minor_changes:
- mysql modules - add the ``check_hostname`` option (https://github.com/ansible-collections/community.mysql/issues/28).

View file

@ -1,2 +0,0 @@
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).

View file

@ -1,2 +0,0 @@
bugfixes:
- "mysql modules - fix crash when ``!includedir`` option is in config file (https://github.com/ansible-collections/community.mysql/issues/46)."