Fix changelog format

This commit is contained in:
Jorge-Rodriguez 2020-09-26 15:03:11 +03:00
parent 2bb5d11c44
commit be5630ca0d
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -1,3 +1,4 @@
bugfixes:
- mysql_user - Correct procedure to check existing TLS requirements.
- mysql_user - Minor syntax fixes.
- mysql_user - added tests to verify that TLS requirements are removed with an empty ``tls_requires`` option (https://github.com/ansible-collections/community.mysql/issues/20).
- mysql_user - correct procedure to check existing TLS requirements (https://github.com/ansible-collections/community.mysql/pull/26).
- mysql_user - minor syntax fixes.