Skip to content

Commit fa3fa85

Browse files
committed
Auto merge of #12086 - weihanglo:changelog, r=ehuss
changelog: move registry query fixes to the right place I guess I was sleepy on that day. These three entries should go to other sections.
2 parents 1efb562 + 810c04f commit fa3fa85

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
- `cargo new` generates the correct `.hgignore` aligning semantics with other
9999
VCS ignore files.
100100
[#11855](https://github.com/rust-lang/cargo/pull/11855)
101+
- Stopped doing unnecessary fuzzy registry index queries. This significantly
102+
reduces the amount of HTTP requests to remote registries for crates
103+
containing `-` or `_` in their names.
104+
[#11936](https://github.com/rust-lang/cargo/pull/11936)
105+
[#11937](https://github.com/rust-lang/cargo/pull/11937)
101106

102107
### Nightly only
103108

@@ -139,12 +144,6 @@
139144
[#11927](https://github.com/rust-lang/cargo/pull/11927)
140145
- Consistently use `@` when mentioning pkgid format.
141146
[#11956](https://github.com/rust-lang/cargo/pull/11956)
142-
- Stopped using `UncanonicalizedIter` for `QueryKind::Exact`.
143-
[#11937](https://github.com/rust-lang/cargo/pull/11937)
144-
- Don't query permutations of the path prefix of a dependency in the registry index.
145-
[#11936](https://github.com/rust-lang/cargo/pull/11936)
146-
- Enabled clippy warning on `disallowed_methods` for `std::env::var` and friends.
147-
[#11828](https://github.com/rust-lang/cargo/pull/11828)
148147
- Enhanced Cargo Contributor Guide.
149148
[#11825](https://github.com/rust-lang/cargo/pull/11825)
150149
[#11842](https://github.com/rust-lang/cargo/pull/11842)
@@ -185,6 +184,8 @@
185184
[#11915](https://github.com/rust-lang/cargo/pull/11915)
186185
- Replaced `std::fs::canonicalize` with a more robust `try_canonicalize`.
187186
[#11866](https://github.com/rust-lang/cargo/pull/11866)
187+
- Enabled clippy warning on `disallowed_methods` for `std::env::var` and friends.
188+
[#11828](https://github.com/rust-lang/cargo/pull/11828)
188189

189190
## Cargo 1.69 (2023-04-20)
190191
[985d561f...rust-1.69.0](https://github.com/rust-lang/cargo/compare/985d561f...rust-1.69.0)

0 commit comments

Comments
 (0)