Update CHANGELOG.md

Create MIME-compliant header that can contain any kind of string.
This commit is contained in:
PeterLaemmle 2020-04-20 17:46:28 +02:00 committed by GitHub
parent cac07ed9ab
commit 641bf4b81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
##### Removed
##### Fixed
- MySQL plugin: Ensure character set (utf8mb4) and collation (utf8mb4_general_ci) are set correctly when connection to database is established. [#447](https://github.com/Schrolli91/BOSWatch/pull/447)
- E-Mail plugin: Create MIME-compliant header that can contain any kind of string.
##### Security