Remove ClientId::new_domain

This commit is contained in:
Alexis Mousset
2020-08-28 11:13:51 +02:00
committed by Paolo Barbolini
parent 36aab20086
commit 41d68616e0
3 changed files with 5 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ Several breaking changes were made between 0.9 and 0.10, but changes should be s
* Merge `Email` and `SendableEmail` into `lettre::Email` ([ce37464](https://github.com/lettre/lettre/commit/ce37464))
* When the hostname feature is disabled or hostname cannot be fetched, `127.0.0.1` is used instead of `localhost` as
EHLO parameter (for better RFC compliance and mail server compatibility)
* The `new` method of `ClientId` is renamed to `new_domain`
* The `new` method of `ClientId` is deprecated
#### Bug Fixes