Generating changelog for release 1.1.2, remove fragments

This commit is contained in:
Andrew Klychkov 2020-12-18 11:29:36 +03:00
commit 9eb007969c
7 changed files with 45 additions and 13 deletions

View file

@ -1,4 +0,0 @@
release_summary: |-
This is the patch release of the ``community.mysql`` collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of ``community.mysql`` 1.1.1.

View file

@ -1,3 +0,0 @@
minor_changes:
- mysql_query - simple refactoring of query type check (https://github.com/ansible-collections/community.mysql/pull/58).
- mysql_user - simple refactoring of priv type check (https://github.com/ansible-collections/community.mysql/pull/58).

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_replication - fix crashes of mariadb >= 10.5.1 and mysql >= 8.0.22 caused by using deprecated terminology (https://github.com/ansible-collections/community.mysql/issues/70).

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_db - fix false warning related to ``unsafe_login_password`` option (https://github.com/ansible-collections/community.mysql/issues/33).

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_user - fixed change detection when using append_privs (https://github.com/ansible-collections/community.mysql/pull/72).