Skip to content

Commit d5610ae

Browse files
committed
Update changelog for 1.69
1 parent 5a7554c commit d5610ae

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

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

3+
## Cargo 1.69 (2023-04-20)
4+
[985d561f...HEAD](https://github.com/rust-lang/cargo/compare/985d561f...HEAD)
5+
6+
### Added
7+
8+
- Cargo now suggests `cargo fix` or `cargo clippy --fix`
9+
when compilation warnings/errors can be auto-fixed.
10+
[#11558](https://github.com/rust-lang/cargo/pull/11558)
11+
12+
### Changed
13+
14+
- ❗ When `default-features` is set to false of a workspace dependency,
15+
and an inherited dependency of a member has `default-features = true`,
16+
Cargo will enable default features of that dependency.
17+
[#11409](https://github.com/rust-lang/cargo/pull/11409)
18+
- `cargo add` now checks only the order of `[dependencies]`
19+
without considering `[dependencies.*]`.
20+
[#11612](https://github.com/rust-lang/cargo/pull/11612)
21+
- Several documentation improvements.
22+
[#11576](https://github.com/rust-lang/cargo/pull/11576)
23+
[#11604](https://github.com/rust-lang/cargo/pull/11604)
24+
[#11620](https://github.com/rust-lang/cargo/pull/11620)
25+
[#11603](https://github.com/rust-lang/cargo/pull/11603)
26+
27+
### Fixed
28+
29+
- Unsupported `profile.split-debuginfo` options are now ignored,
30+
which previously made Cargo fail to compile on certain platforms.
31+
[#11347](https://github.com/rust-lang/cargo/pull/11347)
32+
- Fixed build scripts triggering recompiles when a `rerun-if-changed` points to
33+
a directory whose mtime is not preserved by the filesystem.
34+
[#11613](https://github.com/rust-lang/cargo/pull/11613)
35+
- Fixed panics when using dependencies from `[workspace.dependencies]`
36+
for `[patch]`. This usage is not supposed to be supported.
37+
[#11565](https://github.com/rust-lang/cargo/pull/11565)
38+
39+
### Nightly only
40+
341
## Cargo 1.68 (2023-03-09)
442
[f6e737b1...rust-1.68.0](https://github.com/rust-lang/cargo/compare/f6e737b1...rust-1.68.0)
543

0 commit comments

Comments
 (0)