diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f2079ee88..6c7185d7583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,12 +46,14 @@ # 0.50.0 - [unreleased] +- Introduce [`libp2p-tls` `v0.1.0-alpha`](transports/tls/CHANGELOG.md#010-alpha). See [PR 2945]. - Remove deprecated features: `tcp-tokio`, `mdns-tokio`, `dns-tokio`, `tcp-async-io`, `mdns-async-io`, `dns-async-std`. See [PR 3001]. - Introduce [`libp2p-tls` `v0.1.0`](transports/tls/CHANGELOG.md#010). See [PR 2945]. - Update individual crates. - Update to [`libp2p-tcp` `v0.38.0`](transports/tcp/CHANGELOG.md#0380). +[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945 [PR 3001]: https://github.com/libp2p/rust-libp2p/pull/3001 [PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945 diff --git a/Cargo.toml b/Cargo.toml index a93e99b3442..53922f38f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,8 @@ full = [ "secp256k1", "serde", "tcp", - "tokio", "tls", + "tokio", "uds", "wasm-bindgen", "wasm-ext",