From c04e4a45e57f19b11018fb13a790ec1dffc4f73c Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 14 Feb 2017 11:47:00 -0600 Subject: [PATCH] Added CHANGELOG for #116 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578b424a..2bf9fefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ All notable changes to this project will be documented in this file, in reverse transport. - [#105](https://github.com/zendframework/zend-mail/pull/105) fixes the header implementation to allow zero (`0`) values for header values. +- [#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. ## 2.7.2 - 2016-12-19