From 2159eb2c4ea016e37a8fea29e9ba22f936e8de71 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 14 Apr 2021 16:42:01 +0200 Subject: [PATCH] Add announcements --- .../144-mysql_replication_remove_slave_from_messages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/fragments/144-mysql_replication_remove_slave_from_messages.yml b/changelogs/fragments/144-mysql_replication_remove_slave_from_messages.yml index 76cf929..e88691e 100644 --- a/changelogs/fragments/144-mysql_replication_remove_slave_from_messages.yml +++ b/changelogs/fragments/144-mysql_replication_remove_slave_from_messages.yml @@ -1,3 +1,4 @@ major_changes: - mysql_replication - the word ``slave`` in messages returned by the module replaced with ``replica`` (https://github.com/ansible-collections/community.mysql/issues/98). -- mysql_replication - the return value ``Is_Slave`` will be replaced with ``Is_Replica`` in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/issues/145). +- mysql_replication - the return value ``Is_Slave`` and ``Is_Master`` will be replaced with ``Is_Replica`` and ``Is_Primary`` in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/issues/145). +- mysql_replication - the word ``master`` in messages returned by the module will be replaced with ``primary`` in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/issues/145).