Skip to content

Commit 57dbb7f

Browse files
ehussepage
andauthored
Update changelog wording from suggestions
Co-authored-by: Ed Page <eopage@gmail.com>
1 parent 5c19611 commit 57dbb7f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/doc/src/CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
[#15623](https://github.com/rust-lang/cargo/pull/15623)
6363
- cargo-credential-libsecret: load libsecret only once
6464
[#15295](https://github.com/rust-lang/cargo/pull/15295)
65-
- fix(fingerprint): When failing to find the mtime of a file, report an explicit reason rather than "stale; unknown reason".
65+
- When failing to find the mtime of a file for rebuild detection, report an explicit reason rather than "stale; unknown reason".
6666
[#15617](https://github.com/rust-lang/cargo/pull/15617)
6767
- Fixed cargo add overwriting symlinked Cargo.toml files
6868
[#15281](https://github.com/rust-lang/cargo/pull/15281)
69-
- fix(vendor)!: vendor files with .rej/.orig suffix
69+
- Vendor files with .rej/.orig suffix
7070
[#15569](https://github.com/rust-lang/cargo/pull/15569)
71-
- fix(vendor)!: use direct extraction for registry sources. This should ensure that vendored files now always match the originals.
71+
- Vendor using direct extraction for registry sources. This should ensure that vendored files now always match the originals.
7272
[#15514](https://github.com/rust-lang/cargo/pull/15514)
7373
- In the network retry message, use singular "try" for the last retry.
7474
[#15328](https://github.com/rust-lang/cargo/pull/15328)
@@ -96,27 +96,27 @@
9696
[#15470](https://github.com/rust-lang/cargo/pull/15470)
9797
- Added custom completer for `cargo remove <TAB>`
9898
[#15662](https://github.com/rust-lang/cargo/pull/15662)
99-
- test(publish): Improvements in prep for `-Zpackage-workspace` stabilization
99+
- Test improvements in prep for `-Zpackage-workspace` stabilization
100100
[#15628](https://github.com/rust-lang/cargo/pull/15628)
101-
- fix(package): Allow packaging of self-cycles with `-Zpackage-workspace`
101+
- Allow packaging of self-cycles with `-Zpackage-workspace`
102102
[#15626](https://github.com/rust-lang/cargo/pull/15626)
103-
- fix(trim-paths): remap all paths to `build.build-dir`
103+
- With trim-paths, remap all paths to `build.build-dir`
104104
[#15614](https://github.com/rust-lang/cargo/pull/15614)
105-
- test(trim-paths): enable more tests for windows-msvc
105+
- Enable more trim-paths tests for windows-msvc
106106
[#15621](https://github.com/rust-lang/cargo/pull/15621)
107-
- fix(doc): pass `toolchain-shared-resources` to get doc styled for rustdoc-depinfo tracking
107+
- Fix doc rebuild detection by passing `toolchain-shared-resources` to get doc styled for rustdoc-depinfo tracking
108108
[#15605](https://github.com/rust-lang/cargo/pull/15605)
109-
- fix(embedded): Resolve multiple bugs in frontmatter parser for `-Zscript`
109+
- Resolve multiple bugs in frontmatter parser for `-Zscript`
110110
[#15573](https://github.com/rust-lang/cargo/pull/15573)
111-
- fix(toml): Remove workaround for rustc frontmatter support for `-Zscript`
111+
- Remove workaround for rustc frontmatter support for `-Zscript`
112112
[#15570](https://github.com/rust-lang/cargo/pull/15570)
113113
- Allow configuring arbitrary codegen backends
114114
[#15562](https://github.com/rust-lang/cargo/pull/15562)
115-
- feat: skip `publish=false` pkg when publishing entire workspace for `-Zpackage-workspace`.
115+
- skip `publish=false` pkg when publishing entire workspace for `-Zpackage-workspace`.
116116
[#15525](https://github.com/rust-lang/cargo/pull/15525)
117-
- doc: Update instructions on using native-completions
117+
- Update instructions on using native-completions
118118
[#15480](https://github.com/rust-lang/cargo/pull/15480)
119-
- fix(package): Skip registry check if its not needed with `-Zpackage-workspace`.
119+
- Skip registry check if its not needed with `-Zpackage-workspace`.
120120
[#15629](https://github.com/rust-lang/cargo/pull/15629)
121121

122122
### Documentation

0 commit comments

Comments
 (0)