Skip to content

Commit 5861176

Browse files
committed
Auto merge of #11982 - ehuss:changelog-clarification, r=weihanglo
Clarify some 1.69 changelog entries. These are some updates that were added in the rust-lang/rust release notes to try to clarify some of these entries.
2 parents d0a4cbc + 6d4677d commit 5861176

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
[#11558](https://github.com/rust-lang/cargo/pull/11558)
7373
- Cargo now suggests `cargo add` if you try to install a library crate.
7474
[#11410](https://github.com/rust-lang/cargo/pull/11410)
75-
- Cargo now sets `CARGO_BIN_NAME` environment variable also for binary examples.
75+
- Cargo now sets the `CARGO_BIN_NAME` environment variable also for binary examples.
7676
[#11705](https://github.com/rust-lang/cargo/pull/11705)
7777

7878
### Changed
@@ -82,13 +82,12 @@
8282
Cargo will enable default features of that dependency.
8383
[#11409](https://github.com/rust-lang/cargo/pull/11409)
8484
- ❗ Deny `CARGO_HOME` in `[env]` configuration table. Cargo itself doesn't
85-
pick up this value, but recursive calls to cargo will. We consider it as a
86-
wrong behavior to only pass it to recursive invocations.
85+
pick up this value, but recursive calls to cargo would, which was not intended.
8786
[#11644](https://github.com/rust-lang/cargo/pull/11644)
88-
- ❗ Debuginfo for build dependencies is now off if not explicit set. This is
89-
expected to boost the overall build time.
87+
- ❗ Debuginfo for build dependencies is now off if not explicitly set. This is
88+
expected to improve the overall build time.
9089
[#11252](https://github.com/rust-lang/cargo/pull/11252)
91-
- Cargo now emits errors on invalid alphanumeric token for crates.io.
90+
- Cargo now emits errors on invalid alphanumeric characters in a registry token.
9291
[#11600](https://github.com/rust-lang/cargo/pull/11600)
9392
- `cargo add` now checks only the order of `[dependencies]`
9493
without considering `[dependencies.*]`.

0 commit comments

Comments
 (0)