From 47e288ecfa62cbf73a01f8c40dc39cfb29c3b57b Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Mon, 30 Jan 2012 15:20:41 +1100 Subject: [PATCH] Updating changelog --- CHANGELOG.rdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index c01c1fae5..93a074cc8 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,8 +1,9 @@ -== Thu Jan 24 00:56:36 UTC 2012 Mikel Lindsaar +== HEAD * Change Mail#deliver! to also inform the interceptors +* Encodings.value_decode(str): Treat lines with mixed encoding correctly when the line ends with a plain text part. -== Thu Jan 19 13:49:34 UTC 2012 Mikel Lindsaar +== Version 2.4.1 - Thu Jan 19 13:49:34 UTC 2012 Mikel Lindsaar * Fix non ascii character folding problems * Handle multipart mail in Mail::Message#to_yaml / #from_yaml @@ -12,7 +13,7 @@ * Updated treetop to latest version, specs now run approximately 25-30% faster! * Version bump to 2.4.1 and gem release -== Sun Jan 15 18:15:56 UTC 2011 Mikel Lindsaar +== Version 2.4.0 - Sun Jan 15 18:15:56 UTC 2011 Mikel Lindsaar * Speed up reading of messages by about 12x * Added Message#without_attachments! that removes all message's attachments @@ -38,7 +39,7 @@ * Lots of warnings fixed * Version bump to 2.4.0 and gem release -== Tue Apr 26 09:59:56 UTC 2011 Mikel Lindsaar +== Version 2.3.0 - Tue Apr 26 09:59:56 UTC 2011 Mikel Lindsaar * Remove ActiveSupport from the dependencies, load Active Support if present, or use internals if not * Created v2.2 branch for all 2.2 related commits