Skip to content

Commit 090b696

Browse files
committed
Update changelog for 1.71
1 parent 4f53280 commit 090b696

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## Cargo 1.71 (2023-07-13)
4+
[84b7041f...HEAD](https://github.com/rust-lang/cargo/compare/84b7041f...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
- Better error message when getting an empty dependency table in Cargo.toml.
11+
[#11997](https://github.com/rust-lang/cargo/pull/11997)
12+
- Use restricted Damerau-Levenshtein algorithm to provide typo suggestions.
13+
[#11963](https://github.com/rust-lang/cargo/pull/11963)
14+
15+
### Fixed
16+
17+
- Corrected the bug report URL for `cargo clippy --fix`.
18+
[#11882](https://github.com/rust-lang/cargo/pull/11882)
19+
20+
### Nightly only
21+
22+
- Recompile on profile rustflags changes.
23+
[#11981](https://github.com/rust-lang/cargo/pull/11981)
24+
25+
### Documentation
26+
27+
### Internal
28+
29+
- Cargo is now a Cargo workspace. We dogfood ourselves finally.
30+
[#11851](https://github.com/rust-lang/cargo/pull/11851)
31+
[#11994](https://github.com/rust-lang/cargo/pull/11994)
32+
[#11996](https://github.com/rust-lang/cargo/pull/11996)
33+
- Allow win/mac credential managers to build on all platforms.
34+
[#11993](https://github.com/rust-lang/cargo/pull/11993)
35+
- Use `openssl` only on non-Windows platforms.
36+
[#11979](https://github.com/rust-lang/cargo/pull/11979)
37+
- A new, straightforward issue labels system for Cargo contributors.
38+
[docs](https://doc.crates.io/contrib/issues.html)
39+
[#11995](https://github.com/rust-lang/cargo/pull/11995)
40+
[#12002](https://github.com/rust-lang/cargo/pull/12002)
41+
[#12003](https://github.com/rust-lang/cargo/pull/12003)
42+
343
## Cargo 1.70 (2023-06-01)
444
[9880b408...rust-1.70.0](https://github.com/rust-lang/cargo/compare/9880b408...rust-1.70.0)
545

0 commit comments

Comments
 (0)