diff --git a/changelogs/fragments/150-mysql_replication_master_related.yml b/changelogs/fragments/150-mysql_replication_master_related.yml index a41b0d3..83b3538 100644 --- a/changelogs/fragments/150-mysql_replication_master_related.yml +++ b/changelogs/fragments/150-mysql_replication_master_related.yml @@ -1,5 +1,5 @@ minor_changes: -- mysql_replication - change ``master_`` options to ``primary_`` options to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150). +- mysql_replication - change ``master_`` options to ``primary_`` options, add aliases to keep compatibility (https://github.com/ansible-collections/community.mysql/pull/150). - mysql_replication - add alternative (``primary``) choices to the ``state`` option choices containing ``master`` (https://github.com/ansible-collections/community.mysql/pull/150). major_changes: