diff --git a/changelogs/fragments/369-mysql_user_add_tls_requires.yml b/changelogs/fragments/369-mysql_user_add_tls_requires.yml
index 6a479ec..10d3977 100644
--- a/changelogs/fragments/369-mysql_user_add_tls_requires.yml
+++ b/changelogs/fragments/369-mysql_user_add_tls_requires.yml
@@ -1,4 +1,2 @@
 minor_changes:
-  - mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.general/pull/369).
-deprecated_features:
-  - mysql_user - using ``REQUIRESSL`` in ``priv`` is deprecated in favor of ``tls_requires`` (https://github.com/ansible-collections/community.general/pull/369).
+  - mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.mysql/pull/9).