From f7db7aae9b86fca7b8d5fa9971b8b8dcfb156baf Mon Sep 17 00:00:00 2001 From: Webklex Date: Sat, 19 Jun 2021 17:13:15 +0200 Subject: [PATCH] Version information added --- CHANGELOG.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6eef032..d6344b6e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed -- Fix setting default mask from config #133 (thanks @shacky) -- Chunked fetch fails in case of less available mails than page size #114 -- Protocol::createStream() exception information fixed #137 -- Legacy methods (headers, content, flags) fixed #125 -- Legacy connection cycle fixed #124 (thanks @zssarkany) +- NaN ### Added -- Disable rfc822 header parsing via config option #115 +- NaN ### Affected Classes - NaN @@ -21,6 +17,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Breaking changes - NaN +## [2.5.1] - 2021-06-19 +### Fixed +- Fix setting default mask from config #133 (thanks @shacky) +- Chunked fetch fails in case of less available mails than page size #114 +- Protocol::createStream() exception information fixed #137 +- Legacy methods (headers, content, flags) fixed #125 +- Legacy connection cycle fixed #124 (thanks @zssarkany) + +### Added +- Disable rfc822 header parsing via config option #115 + ## [2.5.0] - 2021-02-01 ### Fixed - Attachment saving filename fixed