about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-05-21 13:53:18 +0200
committerGitHub <noreply@github.com>2021-05-21 13:53:18 +0200
commitb7cad35f7f251478fb166dab9dfe88b40c50c463 (patch)
tree6473664271ce8fa6b1dacc4976d5921d8d8ac535 /RELEASES.md
parentbc86e8111a618bb0f89f713e1f0c4efb3501358b (diff)
downloadrust-b7cad35f7f251478fb166dab9dfe88b40c50c463.tar.gz
rust-b7cad35f7f251478fb166dab9dfe88b40c50c463.zip
Update RELEASES.md
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3ef242292d0..8a1d686febc 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -95,7 +95,12 @@ Stabilised APIs
 
 Cargo
 -----------------------
-- [Expose build.target .cargo/config setting as packages.target in Cargo.toml][cargo/9030]
+- [Cargo now supports git repositories where the default `HEAD` branch is not
+  "master".][cargo/9392] This also includes a switch to the version 3 `Cargo.lock` format
+  which can handle default branches correctly.
+- [macOS targets now default to `unpacked` split-debuginfo.][cargo/9298]
+- [The `authors` field is no longer included in `Cargo.toml` for new
+  projects.][cargo/9282]
 
 Rustdoc
 -----------------------
@@ -140,7 +145,9 @@ related tools.
 [82834]: https://github.com/rust-lang/rust/pull/82834
 [81764]: https://github.com/rust-lang/rust/pull/81764
 [81469]: https://github.com/rust-lang/rust/pull/81469
-[cargo/9030]: https://github.com/rust-lang/cargo/pull/9030
+[cargo/9298]: https://github.com/rust-lang/cargo/pull/9298
+[cargo/9282]: https://github.com/rust-lang/cargo/pull/9282
+[cargo/9392]: https://github.com/rust-lang/cargo/pull/9392
 [`char::MAX`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.MAX
 [`char::REPLACEMENT_CHARACTER`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.REPLACEMENT_CHARACTER
 [`char::UNICODE_VERSION`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.UNICODE_VERSION