diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-05-26 11:22:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-26 11:22:55 -0600 |
| commit | 472b04d827e49d141eadf57d3ef6edd34b3ae2f8 (patch) | |
| tree | 8aa2e8ac79fd28006ad832b3d26c60e8dd02fc62 | |
| parent | b1de3519c9f947f5cbc525719b9365f2fd58f7f9 (diff) | |
| parent | ae80941b11bd94ec2b872d6149b56dbb7b684829 (diff) | |
| download | rust-472b04d827e49d141eadf57d3ef6edd34b3ae2f8.tar.gz rust-472b04d827e49d141eadf57d3ef6edd34b3ae2f8.zip | |
Rollup merge of #51092 - Mark-Simulacrum:release-notes-master, r=Mark-Simulacrum
[master] Release notes for 1.26.1 None
| -rw-r--r-- | RELEASES.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 26dd5a5c7f6..758de62a848 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,27 @@ +Version 1.26.1 (2018-05-29) +========================== + +Tools +----- + +- [RLS now works on Windows][50646] +- [Rustfmt stopped badly formatting text in some cases][rustfmt/2695] + +Compatibility Notes +-------- + +- [`fn main() -> impl Trait` no longer works for non-Termination + trait][50656] + This reverts an accidental stabilization. +- [`NaN > NaN` no longer returns true in const-fn contexts][50812] +- [Prohibit using turbofish for `impl Trait` in method arguments][50950] + +[50646]: https://github.com/rust-lang/rust/issues/50646 +[50656]: https://github.com/rust-lang/rust/pull/50656 +[50812]: https://github.com/rust-lang/rust/pull/50812 +[50950]: https://github.com/rust-lang/rust/issues/50950 +[rustfmt/2695]: https://github.com/rust-lang-nursery/rustfmt/issues/2695 + Version 1.26.0 (2018-05-10) ========================== |
