fixed changelog

This commit is contained in:
Daniel Rupp 2021-12-23 12:38:48 +01:00
commit 5576489ca7
3 changed files with 15 additions and 6 deletions

View file

@ -1,2 +1,2 @@
minor_change:
- mysql_user - added the context_db 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).
- 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).