From 810c04ff50be5963ad070b89a40d8b25066ac09e Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 8 May 2023 13:27:20 -0700 Subject: [PATCH] Add missing period. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d4fdfcf89..f1436496ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,7 +98,7 @@ - `cargo new` generates the correct `.hgignore` aligning semantics with other VCS ignore files. [#11855](https://github.com/rust-lang/cargo/pull/11855) -- Stopped doing unnecessary fuzzy registry index queries This significantly +- Stopped doing unnecessary fuzzy registry index queries. This significantly reduces the amount of HTTP requests to remote registries for crates containing `-` or `_` in their names. [#11936](https://github.com/rust-lang/cargo/pull/11936)