Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit c2b4f76

Browse files
committed
Adds CHANGELOG entry for #211
1 parent 62bf209 commit c2b4f76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ All notable changes to this project will be documented in this file, in reverse
4242

4343
### Fixed
4444

45+
- [#211](https://github.com/zendframework/zend-mail/pull/211) fixes how the `ContentType` header class parses the value it receives. Previously,
46+
it was incorrectly splitting the value on semi-colons that were inside quotes; in now correctly
47+
ignores them.
48+
4549
- [#204](https://github.com/zendframework/zend-mail/pull/204) fixes `HeaderWrap::mimeDecodeValue()` behavior when handling a multiline UTF-8
4650
header split across a character. The fix will only work when ext-imap is present, however.
4751

0 commit comments

Comments
 (0)