diff options
| author | Aaron Power <theaaronepower@gmail.com> | 2018-09-12 11:19:23 +0100 |
|---|---|---|
| committer | Aaron Power <theaaronepower@gmail.com> | 2018-09-12 11:19:23 +0100 |
| commit | 3c1efcd6a738ce4aa256e49a2506eec5804c75aa (patch) | |
| tree | 8f441a1d68abbf2964187d9ff75a5e0427458392 | |
| parent | a2b991b5305b770c7d5288ab3aa231428511c530 (diff) | |
| download | rust-3c1efcd6a738ce4aa256e49a2506eec5804c75aa.tar.gz rust-3c1efcd6a738ce4aa256e49a2506eec5804c75aa.zip | |
Updated 1.29 release notes with --document-private-items flag
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7e727e0d41b..c1884c2732d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -31,6 +31,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 ---- @@ -68,6 +70,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/ |
