Skip to content

Commit 0712115

Browse files
authored
Update CHANGELOG for feature name change. (#203)
1 parent b7a2641 commit 0712115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Envelope `&'a [u8]` attributes are replaced by `Cow<'a, [u8]>`.
1919
- `Flag`, `Mailbox`, `UnsolicitedResponse` and `Error` are now declared as non exhaustive.
2020
- `ClientBuilder` now replaces the `imap::connect` function [#197](https://github.com/jonhoo/rust-imap/pull/197).
21+
- The `tls` feature is now `native-tls` to disambiguate it from the new `rustls-tls` feature. `native-tls` remains in the default feature set.
2122

2223
## [2.4.1] - 2021-01-12
2324
### Changed

0 commit comments

Comments
 (0)