Update CHANGELOG for feature name change. (#203)

This commit is contained in:
mordak 2021-05-25 21:43:07 -05:00 committed by GitHub
parent b7a2641725
commit 07121152d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Envelope `&'a [u8]` attributes are replaced by `Cow<'a, [u8]>`. - Envelope `&'a [u8]` attributes are replaced by `Cow<'a, [u8]>`.
- `Flag`, `Mailbox`, `UnsolicitedResponse` and `Error` are now declared as non exhaustive. - `Flag`, `Mailbox`, `UnsolicitedResponse` and `Error` are now declared as non exhaustive.
- `ClientBuilder` now replaces the `imap::connect` function [#197](https://github.com/jonhoo/rust-imap/pull/197). - `ClientBuilder` now replaces the `imap::connect` function [#197](https://github.com/jonhoo/rust-imap/pull/197).
- The `tls` feature is now `native-tls` to disambiguate it from the new `rustls-tls` feature. `native-tls` remains in the default feature set.
## [2.4.1] - 2021-01-12 ## [2.4.1] - 2021-01-12
### Changed ### Changed