Skip to content

Commit 55bc450

Browse files
committed
docs: update changelog for 1.92.0
1 parent 15e3503 commit 55bc450

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

src/doc/src/CHANGELOG.md

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

3+
## Cargo 1.92 (2025-12-11)
4+
[24bb93c3...HEAD](https://github.com/rust-lang/cargo/compare/24bb93c3...HEAD)
5+
6+
### Added
7+
8+
- Adds ghostty as supported terminal for term integration (OSC 9;4)
9+
[#15977](https://github.com/rust-lang/cargo/pull/15977)
10+
11+
### Changed
12+
13+
- Use ellipses when truncating progress
14+
[#15955](https://github.com/rust-lang/cargo/pull/15955)
15+
- Eliminate the last three "did you mean" warning phrasings
16+
[#15356](https://github.com/rust-lang/cargo/pull/15356)
17+
- Clarify warning for using `features` or `default-features` in `patch`
18+
[#15953](https://github.com/rust-lang/cargo/pull/15953)
19+
- Report all future-incompat content as a single annotate-snippet Report
20+
[#15943](https://github.com/rust-lang/cargo/pull/15943)
21+
- cargo-info: Suggest a more universal `cargo tree` command
22+
[#15954](https://github.com/rust-lang/cargo/pull/15954)
23+
- cargo-publish: Switch the 'ctrl-c on wait' line to a help message
24+
[#15942](https://github.com/rust-lang/cargo/pull/15942)
25+
26+
### Fixed
27+
28+
### Nightly only
29+
30+
- `-Zscript`: Try alternative len code fences
31+
[#15952](https://github.com/rust-lang/cargo/pull/15952)
32+
- `-Zscript`: Improve error quality
33+
[#15972](https://github.com/rust-lang/cargo/pull/15972)
34+
- `-Zscript`: Show error source to users
35+
[#15939](https://github.com/rust-lang/cargo/pull/15939)
36+
- `native-completions`: Added completion for `--features` flag
37+
[#15309](https://github.com/rust-lang/cargo/pull/15309)
38+
- `native-completions`: Show local crates/features over other members
39+
[#15956](https://github.com/rust-lang/cargo/pull/15956)
40+
- `native-completions`:: Allow completions for third-party subcommand names
41+
[#15961](https://github.com/rust-lang/cargo/pull/15961)
42+
43+
### Documentation
44+
45+
- 🎉 Add a new "Optimizing Build Performance" chapter
46+
[#15924](https://github.com/rust-lang/cargo/pull/15924)
47+
- Clarify git sources vs git registries in source replacement documentation
48+
[#15974](https://github.com/rust-lang/cargo/pull/15974)
49+
- Clarify what we mean by omitting features in registry index documentation
50+
[#15957](https://github.com/rust-lang/cargo/pull/15957)
51+
- Clarify the role of the lockfile in dependency resolution
52+
[#15958](https://github.com/rust-lang/cargo/pull/15958)
53+
- Clarify multiple version requirement behavior
54+
[#15979](https://github.com/rust-lang/cargo/pull/15979)
55+
- contrib: Move docs building process to contributor guide
56+
[#15854](https://github.com/rust-lang/cargo/pull/15854)
57+
58+
### Internal
59+
60+
- ci: Skip check-version-bump ci job in forks
61+
[#15959](https://github.com/rust-lang/cargo/pull/15959)
62+
363
## Cargo 1.91 (2025-10-30)
464
[840b83a1...rust-1.91.0](https://github.com/rust-lang/cargo/compare/840b83a1...rust-1.91.0)
565

0 commit comments

Comments
 (0)