Prepare changelog for 0.8

This commit is contained in:
Alexis Mousset
2018-03-11 15:25:26 +01:00
parent 17abeb3957
commit 9b22f5867e
2 changed files with 66 additions and 49 deletions

View File

@@ -1,37 +1,47 @@
### v0.8.0
#### Added
* Move doc to a dedicated website
* Add tests for the doc using skeptic
* Added a code of conduct
* Use hostname as `ClientId` when available
#### Changed
* Detail in SMTP Response is now an enum
* Use nom for parsing smtp responses
#### Removed
* `get_ehlo` and `reset` in SmtpTransport are now private
### v0.7.0 (2017-10-08)
#### Features
#### Added
* **all**
* Split into the *lettre* and *lettre_email* crates
* A lot of small improvements
* Allow validating server certificate
* **smtp transport**
* Use *tls-native* instead of *openssl*
* Allow validating server certificate
#### Changed
* Split into the *lettre* and *lettre_email* crates
* A lot of small improvements
* Use *tls-native* instead of *openssl* in smtp transport
### v0.6.2 (2017-02-18)
#### Features
#### Changed
* **all**
* Update env-logger crate to 0.4
* Update openssl crate to 0.9
* Update env-logger crate to 0.4
* Update openssl crate to 0.9
### v0.6.1 (2016-10-19)
#### Features
#### Changed
* **documentation**
* #91: Build seperate docs for each release
* #96: Add complete documentation information to README
* #91: Build seperate docs for each release
* #96: Add complete documentation information to README
#### Bugfixes
* **tests**
* #93: Force building tests before coverage computing
### v0.6.0 (2016-05-05)
Nothing.
#### Fixed
* #93: Force building tests before coverage computing

View File

@@ -1,48 +1,55 @@
### v0.8.0
#### Added
* Support binary files as attachment
* Move doc to a dedicated website
* Add tests for the doc using skeptic
* Added a code of conduct
#### Fixed
* Add missing "Bcc" headers when building the email
* Specify utf-8 charset for html
* Use parts for text and html methods to work with attachments
### v0.7.0 (2017-10-08)
#### Features
#### Added
* **all**
* Split into the *lettre* and *lettre_email* crates
* A lot of small improvements
* Initial (incomplete) attachments support
* **email**
* Initial (incomplete) attachments support
#### Changes
* Split into the *lettre* and *lettre_email* crates
### v0.6.2 (2017-02-18)
#### Features
* **all**
* Update uuid crate to 0.4
#### Changes
* Update uuid crate to 0.4
### v0.6.1 (2016-10-19)
#### Features
#### Changes
* **documentation**
* #91: Build seperate docs for each release
* #96: Add complete documentation information to README
#### Bugfixes
#### Fixed
* **email**
* #85: Use address-list for "To", "From" etc.
* **tests**
* #93: Force building tests before coverage computing
* #85: Use address-list for "To", "From" etc.
* #93: Force building tests before coverage computing
### v0.6.0 (2016-05-05)
#### Features
#### Changes
* **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
* multipart support
* add non-consuming methods for Email builders
* `add_header` does not return the builder anymore,
for consistency with other methods. Use the `header`
method instead