Remove fragments after release (#223)

This commit is contained in:
Andrew Klychkov 2021-09-23 16:23:38 +03:00 committed by GitHub
parent 0ce1fa1634
commit 02060b31ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_info - fix TypeError failure when there are databases that do not contain tables (https://github.com/ansible-collections/community.mysql/issues/204).

View file

@ -1,2 +0,0 @@
minor_changes:
- mysql_user - replace VALID_PRIVS constant by get_valid_privs() function (https://github.com/ansible-collections/community.mysql/pull/217).