diff --git a/CHANGELOG b/CHANGELOG index 385c542..7d6c772 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,18 @@ Changelog ========= -0.2 (unreleased) +0.2 (2013-03-28) ---------------- + - automatically decode headers, allowing for unicode subjects, senders, + recipients, CCs and body + - new timeout parameter: mails in the processing state for longer than this + timeout will be reprocessed + - use SEEN and FLAGGED to manage mail states (not processed, processing, + processed) + - captures from the rules' regexps available in Callback.matches (previously, + this was storing MatchObjects) + 0.1 (2013-03-20) ---------------- diff --git a/VERSION b/VERSION index 29a689a..3b04cfb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2dev +0.2