docs(all): Add a changelog file

Add a CHANGELOG file starting from 0.6.
This commit is contained in:
Alexis Mousset
2016-05-05 22:46:57 +02:00
parent 3171dec6e9
commit e047aedee1

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