update release notes for rust 1.31.1

This commit is contained in:
Pietro Albini 2018-12-17 12:15:12 +01:00
parent 7fb479c92b
commit 173a3b292d
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
Version 1.31.1 (2018-12-20)
===========================
- [Fix Rust failing to build on `powerpc-unknown-netbsd`][56562]
- [Fix broken go-to-definition in RLS][rls/1171]
- [Fix infinite loop on hover in RLS][rls/1170]
[56562]: https://github.com/rust-lang/rust/pull/56562
[rls/1171]: https://github.com/rust-lang/rls/issues/1171
[rls/1170]: https://github.com/rust-lang/rls/pull/1170
Version 1.31.0 (2018-12-06)
==========================