Files
lettre/CHANGELOG.md
Alexis Mousset e047aedee1 docs(all): Add a changelog file
Add a CHANGELOG file starting from 0.6.
2016-05-05 23:27:34 +02:00

290 B

v0.6.0 (2016-05-05)

Features

  • email
    • multipart support
    • add non-consuming methods for Email builders

Beaking Change

  • email
    • add_header does not return the builder anymore, for consistency with other methods. Use the header method instead