]> git.lizzy.rs Git - rust.git/commitdiff
Updated 1.29 release notes with --document-private-items flag
authorAaron Power <theaaronepower@gmail.com>
Wed, 12 Sep 2018 10:19:23 +0000 (11:19 +0100)
committerAaron Power <theaaronepower@gmail.com>
Wed, 12 Sep 2018 10:19:23 +0000 (11:19 +0100)
RELEASES.md

index 7e727e0d41bb3546a6aad39c6052a4c92003627e..c1884c2732dc37b4e6aa1801d6b161a269d31a65 100644 (file)
@@ -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/