From 92f8cc950315c40f6365b2941d9d56eceecd1ddd Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 2 Apr 2025 22:51:42 -0700 Subject: [PATCH] docs(changelog): polish changelog items They are supposed to be sorted and have proper prefixes. --- src/doc/src/CHANGELOG.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/doc/src/CHANGELOG.md b/src/doc/src/CHANGELOG.md index eeac8e294fb..2bc70e9452b 100644 --- a/src/doc/src/CHANGELOG.md +++ b/src/doc/src/CHANGELOG.md @@ -176,10 +176,18 @@ [#15290](https://github.com/rust-lang/cargo/pull/15290) - Dont check cargo-util semver until 1.86 is released [#15222](https://github.com/rust-lang/cargo/pull/15222) +- Redox OS is part of the unix family + [#15307](https://github.com/rust-lang/cargo/pull/15307) +- cargo-tree: Abstract the concept of a NodeId + [#15237](https://github.com/rust-lang/cargo/pull/15237) +- cargo-tree: Abstract the concept of an edge + [#15233](https://github.com/rust-lang/cargo/pull/15233) - ci: Auto-update cargo-semver-checks [#15212](https://github.com/rust-lang/cargo/pull/15212) - ci: Visually group output in Github [#15218](https://github.com/rust-lang/cargo/pull/15218) +- manifest: Centralize Cargo target descriptions + [#15291](https://github.com/rust-lang/cargo/pull/15291) - Update dependencies. [#15250](https://github.com/rust-lang/cargo/pull/15250) [#15249](https://github.com/rust-lang/cargo/pull/15249) @@ -190,15 +198,6 @@ [#15217](https://github.com/rust-lang/cargo/pull/15217) [#15268](https://github.com/rust-lang/cargo/pull/15268) -- Redox OS is part of the unix family - [#15307](https://github.com/rust-lang/cargo/pull/15307) -- refactor(toml): Centralize target descriptions - [#15291](https://github.com/rust-lang/cargo/pull/15291) -- Abstract the concept of a NodeId - [#15237](https://github.com/rust-lang/cargo/pull/15237) -- Abstract the concept of an edge - [#15233](https://github.com/rust-lang/cargo/pull/15233) - ## Cargo 1.86 (2025-04-03) [d73d2caf...rust-1.86.0](https://github.com/rust-lang/cargo/compare/d73d2caf...rust-1.86.0)