about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-02-22 17:15:32 -0700
committerMark Simulacrum <mark.simulacrum@gmail.com>2018-02-26 18:20:51 -0700
commit3e3f0cc050c7da6fca4a1e7986cd810d9b3175a1 (patch)
tree3e2b55fbb0bcd1cd0f1553eb94a1a00376172c27
parent17a7bae777f00eec2477ae0cdeca86e1ffa9b16c (diff)
Add release notes for 1.24.1
-rw-r--r--RELEASES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3077d31c282..e1f4a566464 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)
 ==========================