Skip to content

Commit

Permalink
Rollup merge of rust-lang#52918 - pietroalbini:1.27.2-notes, r=Mark-S…
Browse files Browse the repository at this point in the history
…imulacrum

Backport 1.27.2 release notes

r? @Mark-Simulacrum
  • Loading branch information
pietroalbini authored Aug 1, 2018
2 parents 52b52f3 + 6b138f5 commit 7759199
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
===========================

Expand Down

0 comments on commit 7759199

Please sign in to comment.