Skip to content

Commit

Permalink
Add doc/internal sections for 1.70 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Mar 9, 2023
1 parent b60d8ab commit b818f54
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
([docs](https://doc.rust-lang.org/nightly/cargo/reference/registries.html#registry-protocols))
[#11791](https://github.com/rust-lang/cargo/pull/11791)
[#11783](https://github.com/rust-lang/cargo/pull/11783)
- Enhanced the documentation of timing report with graphs.
[#11798](https://github.com/rust-lang/cargo/pull/11798)
- Switched to `sha2` calculate SHA256 internally.
[#11795](https://github.com/rust-lang/cargo/pull/11795)
[#11807](https://github.com/rust-lang/cargo/pull/11807)
- Updated `base64` to `0.21.0` internally.
[#11796](https://github.com/rust-lang/cargo/pull/11796)
- Cargo the project itself integrated `cargo-deny` in its CI pipeline.
[#11761](https://github.com/rust-lang/cargo/pull/11761)

### Fixed

Expand All @@ -39,6 +30,23 @@
- Don't panic when [`patch`] involved in dependency resolution results in a conflict.
[#11770](https://github.com/rust-lang/cargo/pull/11770)

### Documentation improvements

- Cleaned-up unstable documentation.
[#11793](https://github.com/rust-lang/cargo/pull/11793)
- Enhanced the documentation of timing report with graphs.
[#11798](https://github.com/rust-lang/cargo/pull/11798)

### Internal improvements

- Switched to `sha2` crate for SHA256 calculation.
[#11795](https://github.com/rust-lang/cargo/pull/11795)
[#11807](https://github.com/rust-lang/cargo/pull/11807)
- Updated to `base64` v0.21.0.
[#11796](https://github.com/rust-lang/cargo/pull/11796)
- Integrated `cargo-deny` in Cargo its own CI pipeline.
[#11761](https://github.com/rust-lang/cargo/pull/11761)

### Nightly only

- Added `-Zdirect-minimal-versions`. This behaves like `-Zminimal-versions` but
Expand Down

0 comments on commit b818f54

Please sign in to comment.