From 1456868d565465ce8fc6bd24049eaea7560cffa6 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 6 Aug 2020 09:09:13 -0500 Subject: [PATCH] docs: adds CHANGELOG entry for #103 Signed-off-by: Matthew Weier O'Phinney --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7e5bad..02f1b7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#103](https://github.com/laminas/laminas-mail/pull/103) fixes issues on Windows whereby the "Subject" and "To" headers were duplicated. ## 2.12.1 - 2020-08-05