Update CHANGELOG.md

- MySQL plugin: Ensure character set (utf8mb4) and collation (utf8mb4_general_ci) are set correctly when connection to database is established.
This commit is contained in:
PeterLaemmle 2020-04-19 20:02:32 +02:00 committed by GitHub
parent 587ddad079
commit 21013a05f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
##### Deprecated
##### Removed
##### Fixed
- MySQL plugin: Ensure character set (utf8mb4) and collation (utf8mb4_general_ci) are set correctly when connection to database is established.
##### Security