Skip to content

Commit 06ccdfa

Browse files
committed
Update changelog for 1.52 beta changes.
1 parent 02103f9 commit 06ccdfa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@
77

88
### Changed
99

10+
- 🔥 Cargo now supports git repositories where the default `HEAD` branch is not
11+
"master". This also includes a switch to the version 3 `Cargo.lock` format
12+
which can handle default branches correctly.
13+
[#9133](https://github.com/rust-lang/cargo/pull/9133)
1014
- 🔥 macOS targets now default to `unpacked` debuginfo.
1115
[#9298](https://github.com/rust-lang/cargo/pull/9298)
1216
- ❗ The `authors` field is no longer included in `Cargo.toml` for new
1317
projects.
1418
[#9282](https://github.com/rust-lang/cargo/pull/9282)
1519
- `cargo update` may now work with the `--offline` flag.
1620
[#9279](https://github.com/rust-lang/cargo/pull/9279)
21+
- `cargo doc` will now erase the `doc` directory when switching between
22+
different toolchain versions. There are shared, unversioned files (such as
23+
the search index) that can become broken when using different versions.
24+
[#8640](https://github.com/rust-lang/cargo/pull/8640)
1725

1826
### Fixed
1927

@@ -35,12 +43,9 @@
3543
[#9247](https://github.com/rust-lang/cargo/pull/9247)
3644

3745
### Changed
38-
- 🔥 Cargo now supports git repositories where the default `HEAD` branch is not
39-
"master". This also includes a switch to the version 3 `Cargo.lock` format
40-
which can handle default branches correctly.
41-
[#9133](https://github.com/rust-lang/cargo/pull/9133)
4246
- Build scripts are now forbidden from setting `RUSTC_BOOTSTRAP` on stable.
4347
[#9181](https://github.com/rust-lang/cargo/pull/9181)
48+
[#9385](https://github.com/rust-lang/cargo/pull/9385)
4449
- crates.io now supports SPDX 3.11 licenses.
4550
[#9209](https://github.com/rust-lang/cargo/pull/9209)
4651
- An error is now reported if `CARGO_TARGET_DIR` is an empty string.
@@ -53,10 +58,6 @@
5358
- The `CARGO_TARGET_<TRIPLE>` environment variable will now issue a warning if
5459
it is using lowercase letters.
5560
[#9169](https://github.com/rust-lang/cargo/pull/9169)
56-
- `cargo doc` will now erase the `doc` directory when switching between
57-
different toolchain versions. There are shared, unversioned files (such as
58-
the search index) that can become broken when using different versions.
59-
[#8640](https://github.com/rust-lang/cargo/pull/8640)
6061

6162
### Fixed
6263
- Fixed publication of packages with metadata and resolver fields in `Cargo.toml`.

0 commit comments

Comments
 (0)