Merge pull request #61 from amousset/add-changelog

docs(all): Add a changelog file
This commit is contained in:
Alexis Mousset
2016-05-05 23:54:46 +02:00

14
CHANGELOG.md Normal file
View File

@@ -0,0 +1,14 @@
### 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