diff --git a/changelogs/569_fix_column_uppercasing.yml b/changelogs/569_fix_column_uppercasing.yml new file mode 100644 index 00000000..2f2fd42b --- /dev/null +++ b/changelogs/569_fix_column_uppercasing.yml @@ -0,0 +1,10 @@ +--- + +major_changes: + + - mysql_user - add ``column_case_sensitive`` option to prevent field names + from being uppercased + (https://github.com/ansible-collections/community.mysql/pull/569). + - mysql_role - add ``column_case_sensitive`` option to prevent field names + from being uppercased + (https://github.com/ansible-collections/community.mysql/pull/569).