History.txt in adzap-ar_mailer-2.0.0 vs History.txt in adzap-ar_mailer-2.0.1

- old
+ new

@@ -1,4 +1,9 @@ += 2.0.1 + +* Added option to use smtp setting of :tls => false to disable TLS auto start in Ruby 1.8.7+ +* Removed some cruft which can be handled by ActiveSupport + = 2.0.0 * Removed need to use ARMailer subclass. Just set the delivery method and you are ready to go. Backwards compatible with a deprecation notice if you subclass old ARMailer class. * Only include SMTP TLS patch if Ruby version < 1.8.7 as it has an alternative. Changes based on Calvin Yu's [cyu] fork. * Renamed default migration name to the modern Rails default