diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-10-04 11:49:29 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2018-10-06 12:26:46 +0200 |
| commit | d927da12bc9293e7d4b4cb917dad64cf7946bf4b (patch) | |
| tree | 2984bfcb035bb7d8cb78de7eb5e3fd4c0f2048aa | |
| parent | ac841e74502183cde08e462d98cc55752abd000a (diff) | |
| download | rust-d927da12bc9293e7d4b4cb917dad64cf7946bf4b.tar.gz rust-d927da12bc9293e7d4b4cb917dad64cf7946bf4b.zip | |
Update release notes for 1.29.2
| -rw-r--r-- | RELEASES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 08470e731d8..9bc750ddef5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,11 @@ +Version 1.29.2 (2018-10-11) +=========================== + +- [Workaround for an aliasing-related LLVM bug, which caused miscompilation.][54639] +- The `rls-preview` component on the windows-gnu targets has been restored. + +[54639]: https://github.com/rust-lang/rust/pull/54639 + Version 1.29.1 (2018-09-25) =========================== |
