diff options
| author | Wangshan Lu <wisagan@gmail.com> | 2018-03-27 16:47:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 16:47:50 +0800 |
| commit | 6313997e3eede7107614adcb622b41ce8f5bcd95 (patch) | |
| tree | 46ff655c7276b148903dd0c2ce1ab39b4c4b3e8a | |
| parent | 31ae4f9fde9b23100c26e5642030128a7e1444ef (diff) | |
Add back 1.24.1 release notes
| -rw-r--r-- | RELEASES.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 51c36c99858..100de005990 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -98,6 +98,20 @@ Compatibility Notes [`ptr::NonNull`]: https://doc.rust-lang.org/std/ptr/struct.NonNull.html +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) ========================== |
