From 3e3f0cc050c7da6fca4a1e7986cd810d9b3175a1 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Thu, 22 Feb 2018 17:15:32 -0700 Subject: [PATCH] Add release notes for 1.24.1 --- RELEASES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 3077d31c282b1..e1f4a566464b5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,16 @@ +Version 1.24.1 (2018-03-01) +========================== + + - [Do not abort when unwinding through FFI][48251] + - [Emit UTF-16 files for linker arguments on Windows][48318] + - [Make the error index generator work again][48308] + - [Cargo will warn on Windows 7 if an update is needed][cargo/5069]. + +[48251]: https://github.com/rust-lang/rust/issues/48251 +[48308]: https://github.com/rust-lang/rust/issues/48308 +[48318]: https://github.com/rust-lang/rust/issues/48318 +[cargo/5069]: https://github.com/rust-lang/cargo/pull/5069 + Version 1.24.0 (2018-02-15) ==========================