Add breaking_changes to the changelog

This commit is contained in:
Laurent Indermuehle 2024-04-26 15:57:46 +02:00
parent 1497ed646d
commit 9f95eb881a
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,3 +1,6 @@
---
bugfixes:
- mysql_info - Add ``plugin_hash_string`` to ``users_info`` filter's output. The existing ``plugin_auth_string`` contained the hashed password and thus is missleading, it will be removed from community.mysql 4.0.0. (https://github.com/ansible-collections/community.mysql/pull/629).
breaking_changes:
- mysql_info - The ``users_info`` filter returned variable ``plugin_auth_string`` contains the hashed password and it's misleading, it will be removed from community.mysql 4.0.0. Use the `plugin_hash_string` return value instead (https://github.com/ansible-collections/community.mysql/pull/629).