From ac86772b540c4489873ff62bd525ee626f98703d Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 22 Aug 2023 11:44:09 +0100 Subject: [PATCH] Update changelog for 1.74.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dca4d84f60..1d4e6ed886e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## Cargo 1.74 (2023-11-16) +[80eca0e5...HEAD](https://github.com/rust-lang/cargo/compare/80eca0e5...HEAD) + +### Added + +### Changed + +### Fixed + +### Nightly only + +### Documentation + +- ❗ Policy change: always check `Cargo.lock` in verison control, even for + libraries. Lockfile and CI integration documentations are also expanded. + [Policy docs](https://doc.rust-lang.org/nightly/cargo/faq.html#why-have-cargolock-in-version-control), + [Lockfile docs](https://doc.rust-lang.org/nightly/cargo/guide/cargo-toml-vs-cargo-lock.html), + [CI docs](https://doc.rust-lang.org/nightly/cargo/guide/continuous-integration.html), + [#12382](https://github.com/rust-lang/cargo/pull/12382) + ## Cargo 1.73 (2023-10-05) [45782b6b...rust-1.73.0](https://github.com/rust-lang/cargo/compare/45782b6b...rust-1.73.0) @@ -9,6 +29,7 @@ [#12498](https://github.com/rust-lang/cargo/pull/12498) - Display package versions on Cargo timings graph. [#12420](https://github.com/rust-lang/cargo/pull/12420) + ### Changed - Cargo now bails out when using `cargo::` in custom build scripts. This is