add changelog fragment

This commit is contained in:
Felix Hamme 2023-05-23 12:01:50 +02:00
commit 218f854631

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with MySQLdb < 2.0.0 (https://github.com/ansible-collections/community.mysql/pull/553).