Skip to content

Commit d424a7a

Browse files
committed
docs: update changelog for 1.92.0
1 parent b9ea04d commit d424a7a

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

src/doc/src/CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,82 @@
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+
- Prefer unicode 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+
- `-Zbuild-std`: test move away from panic_immediate_abort
31+
[#16006](https://github.com/rust-lang/cargo/pull/16006)
32+
- `-Zcargo-lints`: Add lint for global use of `hint-mostly-unused`
33+
[#15995](https://github.com/rust-lang/cargo/pull/15995)
34+
- `-Zscript`: Try alternative len code fences
35+
[#15952](https://github.com/rust-lang/cargo/pull/15952)
36+
- `-Zscript`: Improve error quality
37+
[#15972](https://github.com/rust-lang/cargo/pull/15972)
38+
- `-Zscript`: Show error source to users
39+
[#15939](https://github.com/rust-lang/cargo/pull/15939)
40+
- `-Zscript`: Only allow horizontal whitespace after fences
41+
[#15975](https://github.com/rust-lang/cargo/pull/15975)
42+
- `native-completions`: Added completion for `--features` flag
43+
[#15309](https://github.com/rust-lang/cargo/pull/15309)
44+
- `native-completions`: Show local crates/features over other members
45+
[#15956](https://github.com/rust-lang/cargo/pull/15956)
46+
- `native-completions`:: Allow completions for third-party subcommand names
47+
[#15961](https://github.com/rust-lang/cargo/pull/15961)
48+
49+
### Documentation
50+
51+
- 🎉 Add a new "Optimizing Build Performance" chapter
52+
[#15924](https://github.com/rust-lang/cargo/pull/15924)
53+
[#15970](https://github.com/rust-lang/cargo/pull/15970)
54+
- Clarify git sources vs git registries in source replacement documentation
55+
[#15974](https://github.com/rust-lang/cargo/pull/15974)
56+
- Clarify what we mean by omitting features in registry index documentation
57+
[#15957](https://github.com/rust-lang/cargo/pull/15957)
58+
- Clarify the role of the lockfile in dependency resolution
59+
[#15958](https://github.com/rust-lang/cargo/pull/15958)
60+
- Clarify multiple version requirement behavior
61+
[#15979](https://github.com/rust-lang/cargo/pull/15979)
62+
- contrib: Move docs building process to contributor guide
63+
[#15854](https://github.com/rust-lang/cargo/pull/15854)
64+
65+
### Internal
66+
67+
- Make GlobalContext Sync
68+
[#15967](https://github.com/rust-lang/cargo/pull/15967)
69+
- cargo-util-schemas: Move lockfile schemas in
70+
[#15980](https://github.com/rust-lang/cargo/pull/15980)
71+
[#15990](https://github.com/rust-lang/cargo/pull/15990)
72+
- ci: Skip check-version-bump ci job in forks
73+
[#15959](https://github.com/rust-lang/cargo/pull/15959)
74+
- Update dependencies.
75+
[#15988](https://github.com/rust-lang/cargo/pull/15988)
76+
[#15984](https://github.com/rust-lang/cargo/pull/15984)
77+
[#15989](https://github.com/rust-lang/cargo/pull/15989)
78+
[#15993](https://github.com/rust-lang/cargo/pull/15993)
79+
380
## Cargo 1.91 (2025-10-30)
481
[840b83a1...rust-1.91.0](https://github.com/rust-lang/cargo/compare/840b83a1...rust-1.91.0)
582

0 commit comments

Comments
 (0)