From 03d0ac62aa9bed564cdfb394da199f4479d84705 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 4 Dec 2023 10:03:38 -0500 Subject: [PATCH] copy 1.74.1 release notes to master --- RELEASES.md | 7 +++++++ 1 file changed, 7 insertions(+) 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) ==========================