summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-18 17:13:11 +0000
committerbors <bors@rust-lang.org>2018-07-18 17:13:11 +0000
commit58cc626de3301192d5d8c6dcbde43b5b44211ae2 (patch)
tree59829d59479b725a1eb33767b9d0a6d16b598662 /RELEASES.md
parent5f2b325f64ed6caa7179f3e04913db437656ec7e (diff)
parent9ea66dc4c5570fc87185e0d68bb2846a9a452624 (diff)
downloadrust-1.27.2.tar.gz
rust-1.27.2.zip
Auto merge of #52481 - Mark-Simulacrum:stable-next, r=alexcrichton 1.27.2
1.27.2 stable release

This is essentially a backport of https://github.com/rust-lang/rust/pull/52232. I've set the release date for Friday, July 20th.

r? @alexcrichton
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c2e93a72df0..f249f774b8a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,14 @@
+Version 1.27.2 (2018-07-20)
+===========================
+
+Compatibility Notes
+-------------------
+
+- The borrow checker was fixed to avoid potential unsoundness when using
+  match ergonomics: [#52213][52213].
+
+[52213]: https://github.com/rust-lang/rust/issues/52213
+
 Version 1.27.1 (2018-07-10)
 ===========================