CHANGELOG.rdoc in mail-1.2.6 vs CHANGELOG.rdoc in mail-1.2.8
- old
+ new
@@ -1,4 +1,25 @@
+== 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
+* Fixing up attachment adding and making sure multipart emails always have boundaries
+* Change Message#attachments to now recursively return all attachments in the email in an ordered flattened array
+* Added ability for Mail::Message to accept {:headers => {'custom-header' => 'value', 'another-custom-header' => 'value'}} as a param on init
+* Adding ability to Mail::Message to add a part via :part(params) with optional block
+* Fixed up QP encoding forcing underscores into everything with a space
+* Added ReturnPathField#address
+* Updating gem loads and active support loads
+
+== Sat Nov 21 12:52:46 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com>
+
+* Changed Mail::Encodings to clean it up, added in unquote_and_convert_to as well as refactor in this area
+
+== Thu Nov 19 04:16:10 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com>
+
+* Added sendmail support from (Simon Rozet)
+* Changed to bundler for gem dependancies and moved gem generation into rakefile (Simon Rozet)
+* Bumped to 1.2.6 for sendmail support
+
== Wed Nov 18 04:26:21 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com>
* Changed Encodings.param_encode(string) so it intelligently encodes and quotes needed
items and leaves plain, no special char, US-ASCII alone unquoted.
\ No newline at end of file