Skip to content

Commit 6ee4968

Browse files
committed
docs: update changelog for 1.86.0
1 parent 63f1325 commit 6ee4968

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

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

3+
## Cargo 1.86 (2025-04-03)
4+
[d73d2caf...HEAD](https://github.com/rust-lang/cargo/compare/d73d2caf...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
### Fixed
11+
12+
- The `rerun-if-env-changed` build script instruction can now correctly detect
13+
changes in the `[env]` configuration table.
14+
[#14756](https://github.com/rust-lang/cargo/pull/14756)
15+
- cargo-package: Verify the VCS status of symlinks
16+
when they point to paths outside the current package root.
17+
[#14981](https://github.com/rust-lang/cargo/pull/14981)
18+
19+
### Nightly only
20+
21+
- cargo-util-schemas: Correct and update the JSON Schema
22+
[#15000](https://github.com/rust-lang/cargo/pull/15000)
23+
24+
### Documentation
25+
26+
### Internal
27+
28+
- cargo-test-macro: Remove condition on `RUSTUP_WINDOWS_PATH_ADD_BIN`
29+
[#15017](https://github.com/rust-lang/cargo/pull/15017)
30+
- test: Clean up shallow fetch tests
31+
[#15002](https://github.com/rust-lang/cargo/pull/15002)
32+
- test: Fix `https::self_signed_should_fail` for macos
33+
[#15016](https://github.com/rust-lang/cargo/pull/15016)
34+
- Update to libgit2 1.9.
35+
[#15018](https://github.com/rust-lang/cargo/pull/15018)
36+
- Update dependencies: update rust crate itertools to 0.14.0
37+
[#14996](https://github.com/rust-lang/cargo/pull/14996)
38+
[#14998](https://github.com/rust-lang/cargo/pull/14998)
39+
[#15012](https://github.com/rust-lang/cargo/pull/15012)
40+
341
## Cargo 1.85 (2025-02-20)
442
[66221abd...rust-1.85.0](https://github.com/rust-lang/cargo/compare/66221abd...rust-1.85.0)
543

0 commit comments

Comments
 (0)