From 9956d182eb9982bf0c349f68a9f5374acbe5f435 Mon Sep 17 00:00:00 2001 From: martinrusev Date: Tue, 5 Dec 2017 18:56:09 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447d960..5f5ac97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.9.5 (5 December 2017) + +IMPROVEMENTS: + + * `date__on` support: ([#109](https://github.com/martinrusev/imbox/pull/109)) + * Starttls support: ([#108](https://github.com/martinrusev/imbox/pull/108)) + * Mark emails as flagged/starred: ([#107](https://github.com/martinrusev/imbox/pull/107)) + * Messages filter can use date objects instead of stringified dates: ([#104](https://github.com/martinrusev/imbox/pull/104)) + * Fix attachment parsing when a semicolon character ends the Content-Disposition line: ([#100](https://github.com/martinrusev/imbox/pull/100)) + * Parsing - UnicecodeDecodeError() fixes: ([#96](https://github.com/martinrusev/imbox/pull/96)) + * Imbox() `with` support: ([#92](https://github.com/martinrusev/imbox/pull/92)) + + ## 0.9 (18 September 2017) IMPROVEMENTS: