CHANGELOG.rdoc in mail-1.4.0 vs CHANGELOG.rdoc in mail-1.4.1

- old
+ new

@@ -1,13 +1,21 @@ +== Sun Dec 27 10:38:24 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> + +* Updating treetop and mail to initialize uninitialized instance variables to + nil +* Version bump to 1.4.1 + == Sun Dec 27 09:51:27 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> -* Version bump to 1.4 because now :to_s calls :decoded for all fields and body while - :to_s calls :encoded for Message and Header containers. Makes sense... really. +* Version bump to 1.4 because now :to_s calls :decoded for all fields and body + while :to_s calls :encoded for Message and Header containers. Makes sense... + really. == Sun Dec 27 07:30:02 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> -* Changed fields to default to :decoded on :to_s, all container objects retain :encoded as the default for :to_s +* Changed fields to default to :decoded on :to_s, all container objects + retain :encoded as the default for :to_s == Thu Dec 17 06:35:05 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> * Fixed parsing error 'Subject: =?ISO-8859-1?Q?Re=3A_ol=E1?=' (has a new line embedded) @@ -45,11 +53,10 @@ * Resolved Issue #12 - Wrong comment in smtp.rb == Mon Nov 23 22:35:50 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> -* Changed the way attachments are added so that it does not break depending on the order - of the Hash passed in. +* Changed the way attachments are added so that it does not break depending on the order of the Hash passed in. * Version bump to 1.3.0 - Now works with Edge ActionMailer, MRI 1.8.6, 1.8.7, 1.9.1, all tests passing == Sun Nov 22 12:19:44 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> * Added check on add_part to make sure if there is already a body, and if so, make a text_part of the body \ No newline at end of file