Remove the original changelog (#15123)

This removes the original changelog now that it is located in the cargo
book.

This places a notice in the original location that it has moved to a new
place. There are a few other alternatives we could consider:
* Keep the headings but replace the content with a link. This would make
it a little easier for someone to jump to the exact position in the new
page. However, it looks a little messy. Each section could be something
like:

> This content has moved to
[CHANGELOG.md#186-2025-04-03](https://doc.rust-lang.org/cargo/nightly/CHANGELOG.md#186-2025-04-03)

* Keep the content, with a notice at the top that the page is no longer
being updated. I was a little uncomfortable with this, since I wasn't
sure people would see the notice, it duplicates some content, and still
leaves the potential problems of GitHub not rendering the page. If we
cut some content, it ensures the page still renders reliably.
* As a variant, we could delete the content but keep the last 1 or 2
releases since those are probably what people will be looking for.

Opening as draft until https://github.com/rust-lang/cargo/pull/15119 is
published on nightly.
This commit is contained in:
Weihang Lo 2025-02-03 22:13:23 +00:00 committed by GitHub
commit eddd7ec6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6154 deletions

File diff suppressed because it is too large Load Diff

View File

@ -89,10 +89,10 @@ a list of known community-developed subcommands.
Cargo releases coincide with Rust releases.
High level release notes are available as part of [Rust's release notes][rel].
Detailed release notes are available in this repo at [CHANGELOG.md].
Detailed release notes are available in the [changelog].
[rel]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
[CHANGELOG.md]: CHANGELOG.md
[changelog]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.md
## Reporting issues