docs: update changelog for 1.87.0

This commit is contained in:
Weihang Lo 2025-02-18 21:09:46 -05:00
parent 5cfe7fbed8
commit 9244ff6586
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -1,5 +1,29 @@
# Changelog
## Cargo 1.87 (2025-05-15)
[ce948f46...HEAD](https://github.com/rust-lang/cargo/compare/ce948f46...HEAD)
### Added
### Changed
- cargo-add: collapse large feature lists
[#15200](https://github.com/rust-lang/cargo/pull/15200)
### Fixed
- cargo-publish: Fix man page with malformed `{{#options}}` block
[#15191](https://github.com/rust-lang/cargo/pull/15191)
### Nightly only
- `-Zscript`: Handle more frontmatter parsing corner cases
[#15187](https://github.com/rust-lang/cargo/pull/15187)
### Documentation
### Internal
## Cargo 1.86 (2025-04-03)
[d73d2caf...rust-1.86.0](https://github.com/rust-lang/cargo/compare/d73d2caf...rust-1.86.0)