From 20d2b85cac3cedac1cf82ec4834a66a22fb12d51 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 6 Jan 2025 20:00:24 +0100 Subject: [PATCH] Fix typo Update CHANGELOG.md --- protocols/autonat/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/autonat/CHANGELOG.md b/protocols/autonat/CHANGELOG.md index 75a40b8c5ad..c0608dcf84a 100644 --- a/protocols/autonat/CHANGELOG.md +++ b/protocols/autonat/CHANGELOG.md @@ -77,7 +77,7 @@ AutoNAT where port reuse is disabled. This information is now passed by the beha - Update to `libp2p-request-response` `v0.23.0`. -- Replace `Behaviour`'s `NetworkBehaviour` implemention `inject_*` methods with the new `on_*` methods. +- Replace `Behaviour`'s `NetworkBehaviour` implementation `inject_*` methods with the new `on_*` methods. See [PR 3011]. - Update `rust-version` to reflect the actual MSRV: 1.62.0. See [PR 3090].