diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-29 15:17:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 15:17:11 +0100 |
| commit | a18da0088e8f1dbefd55e8974d8eae45c8bce80d (patch) | |
| tree | 45bf398c47f0754dd1fb115c3fa8796c1daf3043 | |
| parent | b48411bcd440b49b5af2446bc3c7a0de17cc4556 (diff) | |
| parent | 5eb78c515c777c232c35b2e606bcec7cefe875af (diff) | |
| download | rust-a18da0088e8f1dbefd55e8974d8eae45c8bce80d.tar.gz rust-a18da0088e8f1dbefd55e8974d8eae45c8bce80d.zip | |
Rollup merge of #123187 - yedayak:relnotes-1.77.1, r=Mark-Simulacrum
Forward port 1.77.1 release notes
| -rw-r--r-- | RELEASES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 922afdd3e18..f35dd27ec24 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,13 @@ +Version 1.77.1 (2024-03-28) +=========================== + +<a id="1.77.1"></a> + +- [Revert stripping debuginfo by default for Windows](https://github.com/rust-lang/cargo/pull/13654) + This fixes a regression in 1.77 by reverting to the previous default. + Platforms other than Windows are not affected. +- Internal: [Fix heading anchor rendering in doc pages](https://github.com/rust-lang/rust/pull/122693) + Version 1.77.0 (2024-03-21) ========================== |
