diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-12-18 17:03:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 17:03:12 +0100 |
| commit | e8046d3c14e919e04504ee21d1b5661c7b1a0335 (patch) | |
| tree | bcc4235cb404821bbd9326d2b25a1fbf067e6bac | |
| parent | b053a9c2ea9844423c5c0562400d3c3671930484 (diff) | |
| parent | 03d0ac62aa9bed564cdfb394da199f4479d84705 (diff) | |
| download | rust-e8046d3c14e919e04504ee21d1b5661c7b1a0335.tar.gz rust-e8046d3c14e919e04504ee21d1b5661c7b1a0335.zip | |
Rollup merge of #119068 - sksat:copy-1.74.1-release-note-to-master, r=Mark-Simulacrum
Copy 1.74.1 release notes to master - #119065 - this cherry-pick 1.74.1 release note from #118607(66033ec4e5762bc7d6b274938c294ac65e12161d) Fixes #119065.
| -rw-r--r-- | RELEASES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 9eb8755dad9..a18b5264bbd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +Version 1.74.1 (2023-12-07) +=========================== + +- [Resolved spurious STATUS_ACCESS_VIOLATIONs in LLVM](https://github.com/rust-lang/rust/pull/118464) +- [Clarify guarantees for std::mem::discriminant](https://github.com/rust-lang/rust/pull/118006) +- [Fix some subtyping-related regressions](https://github.com/rust-lang/rust/pull/116415) + Version 1.74.0 (2023-11-16) ========================== |
