Skip to content

Commit

Permalink
Rollup merge of rust-lang#49407 - WiSaGaN:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Add back 1.24.1 release notes
  • Loading branch information
kennytm committed Mar 27, 2018
2 parents 0873974 + 6313997 commit 19fe9d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==========================

Expand Down

0 comments on commit 19fe9d1

Please sign in to comment.