about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEd Page <eopage@gmail.com>2023-11-13 08:20:05 -0600
committerEd Page <eopage@gmail.com>2023-11-13 08:20:05 -0600
commit2aad0604dac0540c60d8b4ebba1d91c24bd1f514 (patch)
treef408f54cb9e4b712f29cd1bf0b7cb7f9d82edc37
parentcc7d451c36f3671196034afb2c921d19dbd5ad93 (diff)
downloadrust-2aad0604dac0540c60d8b4ebba1d91c24bd1f514.tar.gz
rust-2aad0604dac0540c60d8b4ebba1d91c24bd1f514.zip
docs(release): Add missing cargo-clean change
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b3a40bdaeb4..ea0637062a8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -77,6 +77,7 @@ Cargo
 - [feat(pkgid): Allow incomplete versions when unambigious](https://github.com/rust-lang/cargo/pull/12614/)
 - [feat: stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
 - [feat(cli): Add '-n' to dry-run](https://github.com/rust-lang/cargo/pull/12660/)
+- [Added `--dry-run` flag and summary line at the end for `cargo clean`](https://github.com/rust-lang/cargo/pull/12638)
 - [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/)
 - [Stabilize `--keep-going`](https://github.com/rust-lang/cargo/pull/12568/)
 - [feat: Stabilize lints](https://github.com/rust-lang/cargo/pull/12648/)