From 2d7b048394d381bbb54f93115d99ee071970a6ef Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Wed, 12 Sep 2018 11:19:23 +0100 Subject: [PATCH] Updated 1.29 release notes with --document-private-items flag --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 6492f725318d0..85c0a29cd81d6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -44,6 +44,8 @@ Cargo using `--target`][cargo/5614] - [Added the `cargo-fix` subcommand to automatically move project code from 2015 edition to 2018.][cargo/5723] +- [`cargo doc` can now optionally document private types using the + `--document-private-items` flag.][cargo/5543] Misc ---- @@ -81,6 +83,7 @@ Compatibility Notes [51178]: https://github.com/rust-lang/rust/pull/51178/ [51122]: https://github.com/rust-lang/rust/pull/51122 [50494]: https://github.com/rust-lang/rust/pull/50494/ +[cargo/5543]: https://github.com/rust-lang/cargo/pull/5543 [cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/ [cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/ [cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/