diff --git a/CHANGELOG.md b/CHANGELOG.md index 9173c3b4..7b58e5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,10 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed +- [#211](https://github.com/zendframework/zend-mail/pull/211) fixes how the `ContentType` header class parses the value it receives. Previously, + it was incorrectly splitting the value on semi-colons that were inside quotes; in now correctly + ignores them. + - [#204](https://github.com/zendframework/zend-mail/pull/204) fixes `HeaderWrap::mimeDecodeValue()` behavior when handling a multiline UTF-8 header split across a character. The fix will only work when ext-imap is present, however. diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 64fb8158..1facbd4a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -23,6 +23,7 @@ +