downgrade the change severity

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Laurent Indermühle 2023-10-06 14:55:57 +02:00 committed by GitHub
parent ab62f3dd86
commit ea60550c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
---
major_changes:
minor_changes:
- mysql_user - add ``column_case_sensitive`` option to prevent field names
from being uppercased
@ -8,6 +7,8 @@ major_changes:
- mysql_role - add ``column_case_sensitive`` option to prevent field names
from being uppercased
(https://github.com/ansible-collections/community.mysql/pull/569).
major_changes:
- mysql_user - the ``column_case_sensitive`` argument's default value will be
changed to ``true`` in community.mysql 4.0.0. If your playbook expected the
column to be automatically uppercased for your users privileges, you should