Skip to content

Commit f682131

Browse files
committed
Update changelog for 1.58
1 parent c52f8e2 commit f682131

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,61 @@
11
# Changelog
22

3+
## Cargo 1.59 (2022-02-24)
4+
[7f08ace4...HEAD](https://github.com/rust-lang/cargo/compare/7f08ace4...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
### Fixed
11+
12+
### Nightly only
13+
- Added the `--crate-type` flag to `cargo rustc`.
14+
[#10093](https://github.com/rust-lang/cargo/pull/10093)
15+
16+
317
## Cargo 1.58 (2022-01-13)
4-
[b2e52d7c...HEAD](https://github.com/rust-lang/cargo/compare/b2e52d7c...HEAD)
18+
[b2e52d7c...rust-1.58.0](https://github.com/rust-lang/cargo/compare/b2e52d7c...rust-1.58.0)
519

620
### Added
721

822
- Added `rust_version` field to package data in `cargo metadata`.
923
[#9967](https://github.com/rust-lang/cargo/pull/9967)
24+
- Added `--message-format` option to `cargo install`.
25+
[#10107](https://github.com/rust-lang/cargo/pull/10107)
1026

1127
### Changed
1228

29+
- A warning is now shown when an alias shadows an external command.
30+
[#10082](https://github.com/rust-lang/cargo/pull/10082)
31+
- Updated curl to 7.80.0.
32+
[#10040](https://github.com/rust-lang/cargo/pull/10040)
33+
[#10106](https://github.com/rust-lang/cargo/pull/10106)
34+
1335
### Fixed
1436

1537
- Doctests now include rustc-link-args from build scripts.
1638
[#9916](https://github.com/rust-lang/cargo/pull/9916)
39+
- Fixed `cargo tree` entering an infinite loop with cyclical dev-dependencies.
40+
Fixed an edge case where the resolver would fail to handle a cyclical dev-dependency with a feature.
41+
[#10103](https://github.com/rust-lang/cargo/pull/10103)
42+
- Fixed `cargo clean -p` when the directory path contains glob characters.
43+
[#10072](https://github.com/rust-lang/cargo/pull/10072)
44+
- Fixed debug builds of `cargo` which could panic when downloading a crate
45+
when the server has a redirect with a non-empty body.
46+
[#10048](https://github.com/rust-lang/cargo/pull/10048)
1747

1848
### Nightly only
1949

2050
- Make future-incompat-report output more user-friendly.
2151
[#9953](https://github.com/rust-lang/cargo/pull/9953)
52+
- Added support to scrape code examples from the `examples` directory to be included in the documentation.
53+
[docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#scrape-examples)
54+
[#9525](https://github.com/rust-lang/cargo/pull/9525)
55+
[#10037](https://github.com/rust-lang/cargo/pull/10037)
56+
[#10017](https://github.com/rust-lang/cargo/pull/10017)
57+
- Fixed `cargo report future-incompatibilities` to check stdout if it supports color.
58+
[#10024](https://github.com/rust-lang/cargo/pull/10024)
2259

2360
## Cargo 1.57 (2021-12-02)
2461
[18751dd3...rust-1.57.0](https://github.com/rust-lang/cargo/compare/18751dd3...rust-1.57.0)

0 commit comments

Comments
 (0)