Skip to content

Commit 472b04d

Browse files
Rollup merge of #51092 - Mark-Simulacrum:release-notes-master, r=Mark-Simulacrum
[master] Release notes for 1.26.1 None
2 parents b1de351 + ae80941 commit 472b04d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

RELEASES.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Version 1.26.1 (2018-05-29)
2+
==========================
3+
4+
Tools
5+
-----
6+
7+
- [RLS now works on Windows][50646]
8+
- [Rustfmt stopped badly formatting text in some cases][rustfmt/2695]
9+
10+
Compatibility Notes
11+
--------
12+
13+
- [`fn main() -> impl Trait` no longer works for non-Termination
14+
trait][50656]
15+
This reverts an accidental stabilization.
16+
- [`NaN > NaN` no longer returns true in const-fn contexts][50812]
17+
- [Prohibit using turbofish for `impl Trait` in method arguments][50950]
18+
19+
[50646]: https://github.com/rust-lang/rust/issues/50646
20+
[50656]: https://github.com/rust-lang/rust/pull/50656
21+
[50812]: https://github.com/rust-lang/rust/pull/50812
22+
[50950]: https://github.com/rust-lang/rust/issues/50950
23+
[rustfmt/2695]: https://github.com/rust-lang-nursery/rustfmt/issues/2695
24+
125
Version 1.26.0 (2018-05-10)
226
==========================
327

0 commit comments

Comments
 (0)