Skip to content

Commit

Permalink
Auto merge of #13396 - epage:changelog, r=weihanglo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Feb 5, 2024
2 parents be230be + 0d2ebbb commit 7bc317b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

### Fixed

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

Expand Down Expand Up @@ -80,9 +77,8 @@

### Changed

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

0 comments on commit 7bc317b

Please sign in to comment.