Add changelog fragment for #26

This commit is contained in:
Jorge-Rodriguez 2020-09-26 10:42:33 +03:00
parent 7719360c83
commit 11c8fb9bd9
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -0,0 +1,7 @@
bugfixes:
- mysql_user - Correct procedure to check existing TLS requirements.
- mysql_user - Minor syntax fixes.
improvements:
- mysql_user - Added tests to verify that TLS requirements are removed with an empty `tls_requires` parameter.
- mysql_user - Added examples on how to remove TLS requirements by setting an empty `tls_requires` parameter.
- mysql_user - Refactored TLS requirement tests into their own file.