From 4b78dcf93f100a75be5851da1b93e5d581b34c5e Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 8 Jun 2017 14:50:22 -0500 Subject: [PATCH] Added CHANGELOG for #151 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2a02f3..e058a3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ All notable changes to this project will be documented in this file, in reverse - [#116](https://github.com/zendframework/zend-mail/pull/116) fixes how the `AbstractProtocol` handles `stream_socket_client()` errors, ensuring an exception is thrown with detailed information regarding the failure. +- [#151](https://github.com/zendframework/zend-mail/pull/151) fixes a condition + in the `Sendmail` transport whereby CLI parameters were not properly trimmed. ## 2.7.2 - 2016-12-19