From d927da12bc9293e7d4b4cb917dad64cf7946bf4b Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 4 Oct 2018 11:49:29 +0200 Subject: [PATCH] Update release notes for 1.29.2 --- RELEASES.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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) ===========================