Skip to content

Commit 7bc317b

Browse files
committed
Auto merge of #13396 - epage:changelog, r=weihanglo
docs(changelog): Slight cleanup ### What does this PR try to resolve? For strip, I felt the nuance of where this change applies isn't as obvious and might give people the wrong impression, so I tried to make that front and center. For the panic, the fix was backported to 1.77 (#13393) which is when it got introduced (#13172). ### How should we test and review this PR? ### Additional information
2 parents be230be + 0d2ebbb commit 7bc317b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121

2222
### Fixed
2323

24-
- Don't panic on empty spans when parsing Cargo.toml.
25-
[#13375](https://github.com/rust-lang/cargo/pull/13375)
26-
[#13376](https://github.com/rust-lang/cargo/pull/13376)
2724
- cargo-run: use Package ID Spec match packages
2825
[#13335](https://github.com/rust-lang/cargo/pull/13335)
2926

@@ -80,9 +77,8 @@
8077

8178
### Changed
8279

83-
- 🎉 Cargo now implicitly sets `strip = "debuginfo"` when `strip` is not set
84-
explicitly, and debuginfo is not enabled for any package being compiled.
85-
This would strip pre-existing debuginfo coming from the standard library,
80+
- 🎉 Disabling debuginfo now implies `strip = "debuginfo"` (when `strip` is not set)
81+
to strip pre-existing debuginfo coming from the standard library,
8682
reducing the default size of release binaries considerably
8783
(from ~4.5 MiB down to ~450 KiB for helloworld on Linux x64).
8884
[#13257](https://github.com/rust-lang/cargo/pull/13257)

0 commit comments

Comments
 (0)