fix changelog

This commit is contained in:
Daniel Rupp 2022-01-05 17:26:40 +01:00
commit 3f0d0a6acd

View file

@ -0,0 +1,2 @@
minor_change:
- mysql_user - added the force_context boolean option to set the default database context for the queries to be the ``mysql`` database. This way replication/binlog filters can catch the statements (https://github.com/ansible-collections/community.mysql/issues/265).