You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
977 B

  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [2.0.0] - 2015-09-02
  5. - Mailer has been removed. It has been replaced by Dialer and Sender.
  6. - `File` type and the `CreateFile` and `OpenFile` functions have been removed.
  7. - `Message.Attach` and `Message.Embed` have a new signature.
  8. - `Message.GetBodyWriter` has been removed. Use `Message.AddAlternativeWriter`
  9. instead.
  10. - `Message.Export` has been removed. `Message.WriteTo` can be used instead.
  11. - `Message.DelHeader` has been removed.
  12. - The `Bcc` header field is no longer sent. It is far more simpler and
  13. efficient: the same message is sent to all recipients instead of sending a
  14. different email to each Bcc address.
  15. - LoginAuth has been removed. `NewPlainDialer` now implements the LOGIN
  16. authentication mechanism when needed.
  17. - Go 1.2 is now required instead of Go 1.3. No external dependency are used when
  18. using Go 1.5.