Skip to content

Commit 030849f

Browse files
committed
Add doc/internal sections for 1.70 changelog
1 parent dd5f551 commit 030849f

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
([docs](https://doc.rust-lang.org/nightly/cargo/reference/registries.html#registry-protocols))
1919
[#11791](https://github.com/rust-lang/cargo/pull/11791)
2020
[#11783](https://github.com/rust-lang/cargo/pull/11783)
21-
- Enhanced the documentation of timing report with graphs.
22-
[#11798](https://github.com/rust-lang/cargo/pull/11798)
23-
- Switched to `sha2` calculate SHA256 internally.
24-
[#11795](https://github.com/rust-lang/cargo/pull/11795)
25-
[#11807](https://github.com/rust-lang/cargo/pull/11807)
26-
- Updated `base64` to `0.21.0` internally.
27-
[#11796](https://github.com/rust-lang/cargo/pull/11796)
28-
- Cargo the project itself integrated `cargo-deny` in its CI pipeline.
29-
[#11761](https://github.com/rust-lang/cargo/pull/11761)
3021

3122
### Fixed
3223

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

33+
### Documentation improvements
34+
35+
- Cleaned-up unstable documentation.
36+
[#11793](https://github.com/rust-lang/cargo/pull/11793)
37+
- Enhanced the documentation of timing report with graphs.
38+
[#11798](https://github.com/rust-lang/cargo/pull/11798)
39+
40+
### Internal improvements
41+
42+
- Switched to `sha2` crate for SHA256 calculation.
43+
[#11795](https://github.com/rust-lang/cargo/pull/11795)
44+
[#11807](https://github.com/rust-lang/cargo/pull/11807)
45+
- Updated to `base64` v0.21.0.
46+
[#11796](https://github.com/rust-lang/cargo/pull/11796)
47+
- Integrated `cargo-deny` in Cargo its own CI pipeline.
48+
[#11761](https://github.com/rust-lang/cargo/pull/11761)
49+
4250
### Nightly only
4351

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

0 commit comments

Comments
 (0)