Add change log fragment

This commit is contained in:
Laurent Indermuehle 2024-06-06 19:27:16 +02:00
parent f1f06d97a0
commit 2532f2a384
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -0,0 +1,6 @@
---
bugfixes:
- mysql_user - Fixed an IndexError in the update_password functionality introduced in PR https://github.com/ansible-collections/community.mysql/pull/580 and released in community.mysql 3.8.0. If you used this functionality, please avoid versions 3.8.0 to 3.9.0.
- mysql_user - Added a warning to update_password's on_new_username option if multiple accounts with the same username but different passwords exist.