From 22ef428718848f0dad3a32ea9cfa6e54971ad7b5 Mon Sep 17 00:00:00 2001 From: Webklex Date: Sat, 4 Aug 2018 23:07:08 +0200 Subject: [PATCH] Version information added --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9056e..ed5d231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,24 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed -- Message subjects and attachment names will now be decoded with a guessed encoding #97 #107 +- NaN ### Added - NaN ### Affected Classes +- NaN + +## [1.2.6] - 2018-08-04 +### Fixed +- Message subjects and attachment names will now be decoded with a guessed encoding #97 #107 + +### Added +- Expunge option added to critical imap operations + +### Affected Classes +- [Folder::class](src/IMAP/Folder.php) +- [Client::class](src/IMAP/Client.php) - [Message::class](src/IMAP/Message.php) - [Attachment::class](src/IMAP/Attachment.php)