Release 1.2.0: add changelog

This commit is contained in:
Andrew Klychkov 2021-01-18 09:27:46 +03:00
commit 31bd2b567f
6 changed files with 41 additions and 7 deletions

View file

@ -1,2 +0,0 @@
minor_changes:
- mysql_user - refactor to reduce cursor.execute() calls in preparation for adding query logging (https://github.com/ansible-collections/community.mysql/pull/76).

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_user - fixed creating user with encrypted password in MySQL 8.0 (https://github.com/ansible-collections/community.mysql/pull/79).

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_user - add ``SHOW_ROUTINE`` privilege support (https://github.com/ansible-collections/community.mysql/issues/86).