Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for 1.68 backports #11690

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@

### Fixed

- Unsupported `profile.split-debuginfo` options are now ignored,
which previously made Cargo fail to compile on certain platforms.
[#11347](https://github.com/rust-lang/cargo/pull/11347)
- Fixed build scripts triggering recompiles when a `rerun-if-changed` points to
a directory whose mtime is not preserved by the filesystem.
[#11613](https://github.com/rust-lang/cargo/pull/11613)
Expand Down Expand Up @@ -103,13 +100,19 @@
[#11473](https://github.com/rust-lang/cargo/pull/11473)
- Setting `target.cfg(…).rustflags` shouldn't erase `build.rustdocflags`.
[#11323](https://github.com/rust-lang/cargo/pull/11323)
- Unsupported `profile.split-debuginfo` options are now ignored,
which previously made Cargo fail to compile on certain platforms.
[#11347](https://github.com/rust-lang/cargo/pull/11347)
[#11633](https://github.com/rust-lang/cargo/pull/11633)

### Nightly only

- Implemented a inital support of asymmetric token authentication for registries.
([RFC 3231](https://github.com/rust-lang/rfcs/blob/master/text/3231-cargo-asymmetric-tokens.md))
([docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#registry-auth))
[#10771](https://github.com/rust-lang/cargo/pull/10771)
- Do not error for `auth-required: true` without `-Z sparse-registry`
[#11661](https://github.com/rust-lang/cargo/pull/11661)
- Supports `codegen-backend` and `rustflags` in profiles in config file.
[#11562](https://github.com/rust-lang/cargo/pull/11562)
- Suggests `cargo clippy --fix` when warnings/errors could be fixed with clippy.
Expand Down