diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-08-01 10:13:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-01 10:13:08 +0200 |
| commit | 7759199b3f9297dcc6e14ac7fd7e50c6ba4aa2e1 (patch) | |
| tree | 628ecd0d2a3bb215bea4ad810d39b7d3a911e383 | |
| parent | 52b52f3d1ac3562a751386c47419428ea38d382c (diff) | |
| parent | 6b138f5167d64fb1e13aba7a7479567548e7b34c (diff) | |
Rollup merge of #52918 - pietroalbini:1.27.2-notes, r=Mark-Simulacrum
Backport 1.27.2 release notes r? @Mark-Simulacrum
| -rw-r--r-- | RELEASES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 0368c5414e1..170ccac4421 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -160,6 +160,17 @@ Compatibility Notes [`{Any + Send + Sync}::downcast_ref`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.downcast_ref-2 [`{Any + Send + Sync}::is`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.is-2 +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) =========================== |
