From a7a298d7f08a0ca381aad883bf626e0e94b4a71b Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 6 Jun 2024 19:35:49 +0200 Subject: [PATCH] Add link to the PR in the change log --- changelogs/fragments/lie_fix_mysql_user_on_new_username.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/lie_fix_mysql_user_on_new_username.yml b/changelogs/fragments/lie_fix_mysql_user_on_new_username.yml index cdf931d..7f13738 100644 --- a/changelogs/fragments/lie_fix_mysql_user_on_new_username.yml +++ b/changelogs/fragments/lie_fix_mysql_user_on_new_username.yml @@ -2,5 +2,5 @@ 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. + - 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 (https://github.com/ansible-collections/community.mysql/pull/642). + - mysql_user - Added a warning to update_password's on_new_username option if multiple accounts with the same username but different passwords exist (https://github.com/ansible-collections/community.mysql/pull/642).