Skip to content

Commit 8a93ea4

Browse files
committed
doc: update changelog for 1.81.0
1 parent 0c94d65 commit 8a93ea4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
[#14252](https://github.com/rust-lang/cargo/pull/14252)
7272
- Don't warn about unreferenced duplicate packages
7373
[#14239](https://github.com/rust-lang/cargo/pull/14239)
74+
- cargo-publish: Don't strip non-dev features for renamed dependencies from the
75+
HTTP JSON body sent to the registry.
76+
The bug only affected third-party registries.
77+
[#14328](https://github.com/rust-lang/cargo/pull/14328)
78+
- cargo-vendor: don't copy source files of excluded Cargo targets when vendoring.
79+
[#14368](https://github.com/rust-lang/cargo/pull/14368)
7480

7581
### Nightly only
7682

@@ -88,8 +94,6 @@
8894
[#14028](https://github.com/rust-lang/cargo/pull/14028)
8995
- `edition2024`: Address problems with implicit -> explicit feature migration
9096
[#14018](https://github.com/rust-lang/cargo/pull/14018)
91-
- `edition2024`: Ensure `dep/feature` feature syntax activates the dependency
92-
[#14221](https://github.com/rust-lang/cargo/pull/14221)
9397
- `-Zcargo-lints`: Add `unknown_lints` to lints list.
9498
[#14024](https://github.com/rust-lang/cargo/pull/14024)
9599
- `-Zcargo-lints`: Add tooling to document lints.
@@ -169,6 +173,8 @@
169173
- test: migrate Cargo testsuite to `snapbox`.
170174
For the complete list of migration pull requests,
171175
see [#14039](https://github.com/rust-lang/cargo/issues/14039#issuecomment-2158974033)
176+
- Updated to `gix` 0.64.0
177+
[#14431](https://github.com/rust-lang/cargo/pull/14431)
172178
- Update dependencies.
173179
[#13995](https://github.com/rust-lang/cargo/pull/13995)
174180
[#13998](https://github.com/rust-lang/cargo/pull/13998)

0 commit comments

Comments
 (0)