Sha256: 61d24600382d186c82d4bff450d78093785a8493636c7429b89b8e1ed70c32c7

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

= Changelog

== 0.9.12

* Fixed a problem of attachments processing when using deliver! method on Mail object.
* Removed activesupport dependency for Postmark::AttachmentsFixForMail.
* Added specs for AttachmentFixForMail.

== 0.9.11

* Replaced Jeweler by Bundler.
* Updated RSpec to 2.8.
* Fixed specs.
* Refactored the codebase.

== 0.9.10

* Fixed Ruby 1.9 compatibility issue.

== 0.9.9

* Added support for non-array reply_to addresses.

== 0.9.8

* Fixed bug that caused unexpected multiple email deliveries on Ruby 1.9.2/Rails 3.0.7.

== 0.9.7

* All delivery exceptions are now childs of Postmark::DeliveryError. Easier to rescue that way.

== 0.9.6

* Fixed exception when content-type wasn't explicitly specified.
* Removed tmail from the list of dependencies.

== 0.9.5

* Fixed a problem of HTML content detection when using Mail gem.

== 0.9.4

* Fixed bug that caused full name to be dropped from From address.

== 0.9.3

* Removed all "try" calls from the code. It's not always available and not essential anyway.

== 0.9.2

* Fixed "Illegal email address ']'" bug on Ruby 1.9

== 0.9.1

* Fixed TypeError when calling Bounce.all.
* Fixed NoMethodError when trying to read bounce info.

== 0.9.0

* Added support for attachments.

== 0.8.0

* Added support for Rails 3.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postmark-0.9.12 CHANGELOG.rdoc