Skip to content

Commit e703be8

Browse files
committed
changelog: add entries of some behavior changes
1 parent a5460e5 commit e703be8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77

88
### Changed
99

10+
- ❗ Optimized the usage under `rustup`. When Cargo detects it will run `rustc`
11+
pointing a rustup proxy, it'll try bypassing the proxy and use the underlying
12+
binary directly. There are assumptions around the interaction with rustup and
13+
`RUSTUP_TOOLCHAIN`. However, it's not expected to affect normal users.
14+
[#11917](https://github.com/rust-lang/cargo/pull/11917)
15+
- ❗ When querying a package, Cargo tries only the original name, all hyphens,
16+
and all underscores to handle misspellings. Previously, Cargo tried each
17+
combination of hyphens and underscores, causing excessive requests to crates.io.
18+
[#12083](https://github.com/rust-lang/cargo/pull/12083)
19+
- ❗ Disallow `RUSTUP_HOME` and `RUSTUP_TOOLCHAIN` in the `[env]` configuration
20+
table. This is considered to be not a use case Cargo would like to support,
21+
since it will likely cause problems or lead to confusion.
22+
[#12101](https://github.com/rust-lang/cargo/pull/12101)
23+
[#12107](https://github.com/rust-lang/cargo/pull/12107)
1024
- Better error message when getting an empty dependency table in Cargo.toml.
1125
[#11997](https://github.com/rust-lang/cargo/pull/11997)
1226
- Use restricted Damerau-Levenshtein algorithm to provide typo suggestions.
@@ -19,6 +33,9 @@
1933

2034
### Nightly only
2135

36+
- The `-Zbuild-std` breakage of missing features in `nightly-2023-05-04` has
37+
been fixed in `nightly-2023-05-05`.
38+
[#12088](https://github.com/rust-lang/cargo/pull/12088)
2239
- Recompile on profile rustflags changes.
2340
[#11981](https://github.com/rust-lang/cargo/pull/11981)
2441

0 commit comments

Comments
 (0)