We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0873974 + 6313997 commit 19fe9d1Copy full SHA for 19fe9d1
RELEASES.md
@@ -98,6 +98,20 @@ Compatibility Notes
98
[`ptr::NonNull`]: https://doc.rust-lang.org/std/ptr/struct.NonNull.html
99
100
101
+Version 1.24.1 (2018-03-01)
102
+==========================
103
+
104
+ - [Do not abort when unwinding through FFI][48251]
105
+ - [Emit UTF-16 files for linker arguments on Windows][48318]
106
+ - [Make the error index generator work again][48308]
107
+ - [Cargo will warn on Windows 7 if an update is needed][cargo/5069].
108
109
+[48251]: https://github.com/rust-lang/rust/issues/48251
110
+[48308]: https://github.com/rust-lang/rust/issues/48308
111
+[48318]: https://github.com/rust-lang/rust/issues/48318
112
+[cargo/5069]: https://github.com/rust-lang/cargo/pull/5069
113
114
115
Version 1.24.0 (2018-02-15)
116
==========================
117
0 commit comments