From 4fcff3a0a87d7e8f772ad52068a43379509f45e7 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 9 May 2016 15:42:27 -0500 Subject: [PATCH] Created CHANGELOG for 2.4.10 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982a2855..26313e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.4.10 - 2016-05-09 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#28](https://github.com/zendframework/zend-mail/pull/28) and + [#87](https://github.com/zendframework/zend-mail/pull/87) fix header value + validation when headers wrap using the sequence \r\n\t; prior to this release, + such sequences incorrectly marked a header value invalid. + ## 2.4.8 - 2015-09-10 ### Added