Skip to content

Commit dcbc524

Browse files
committed
doc: update changelog for 1.83.0
1 parent 4030205 commit dcbc524

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

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

3+
## Cargo 1.83 (2024-11-28)
4+
[8f40fc59...HEAD](https://github.com/rust-lang/cargo/compare/8f40fc59...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
- Enhanced the missing feature error message.
11+
[#14436](https://github.com/rust-lang/cargo/pull/14436)
12+
- Enhanced the dependency update status message, including
13+
- Reports incompatible packages with precise Rust version
14+
[#14457](https://github.com/rust-lang/cargo/pull/14457)
15+
- Reports incompatible-with-rustc when MSRV-resolver is disabled
16+
[#14459](https://github.com/rust-lang/cargo/pull/14459)
17+
- Reports compatible, incompatible, and direct-dep updates with different
18+
colors and messages.
19+
[#14461](https://github.com/rust-lang/cargo/pull/14461)
20+
- The `Locking` status message stops showing workspace members.
21+
[#14445](https://github.com/rust-lang/cargo/pull/14445)
22+
- Log details of `rustc` invocation failure if no errors are seen
23+
[#14453](https://github.com/rust-lang/cargo/pull/14453)
24+
- cargo-package: Don't automatically include the current crate when packaging
25+
[#14488](https://github.com/rust-lang/cargo/pull/14488)
26+
27+
### Fixed
28+
29+
- cargo-add: Perform fuzzy search when translating package names
30+
[#13765](https://github.com/rust-lang/cargo/pull/13765)
31+
32+
### Nightly only
33+
34+
- cargo-update: Add `matches_prerelease` semantic
35+
[#14305](https://github.com/rust-lang/cargo/pull/14305)
36+
- `open-namespaces`: Allow open namespaces in `PackageIdSpec`s
37+
[#14467](https://github.com/rust-lang/cargo/pull/14467)
38+
39+
### Documentation
40+
41+
### Internal
42+
43+
- Updated to `pasetors` 0.7.0
44+
[#14478](https://github.com/rust-lang/cargo/pull/14478)
45+
- cargo-update: Prepare for smarter update messages
46+
[#14440](https://github.com/rust-lang/cargo/pull/14440)
47+
348
## Cargo 1.82 (2024-10-17)
449
[a2b58c3d...rust-1.82.0](https://github.com/rust-lang/cargo/compare/a2b58c3d...rust-1.82.0)
550

0 commit comments

Comments
 (0)