grove: message -> message_content (#1929)

* grove: message -> message_content

* Remove no longer needed ignore.txt lines.
This commit is contained in:
Felix Fontein 2021-02-27 21:23:14 +01:00 committed by GitHub
commit bec43041a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 6 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- "grove - the option ``message`` has been renamed to ``message_content``. The old name ``message`` is kept as an alias and will be removed for community.general 4.0.0. This was done because ``message`` is used internally by Ansible (https://github.com/ansible-collections/community.general/pull/1929)."
deprecated_features:
- "grove - the option ``message`` will be removed in community.general 4.0.0. Use the new option ``message_content`` instead (https://github.com/ansible-collections/community.general/pull/1929)."