From 52bb200a220f95de5fbe9ba60805722beeca207b Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 16 Apr 2021 14:56:45 +0200 Subject: [PATCH] Fix changelog --- changelogs/fragments/150-mysql_replication_master_related.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: