Skip to content

Commit 7759199

Browse files
authored
Rollup merge of rust-lang#52918 - pietroalbini:1.27.2-notes, r=Mark-Simulacrum
Backport 1.27.2 release notes r? @Mark-Simulacrum
2 parents 52b52f3 + 6b138f5 commit 7759199

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,17 @@ Compatibility Notes
160160
[`{Any + Send + Sync}::downcast_ref`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.downcast_ref-2
161161
[`{Any + Send + Sync}::is`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.is-2
162162

163+
Version 1.27.2 (2018-07-20)
164+
===========================
165+
166+
Compatibility Notes
167+
-------------------
168+
169+
- The borrow checker was fixed to avoid potential unsoundness when using
170+
match ergonomics: [#52213][52213].
171+
172+
[52213]: https://github.com/rust-lang/rust/issues/52213
173+
163174
Version 1.27.1 (2018-07-10)
164175
===========================
165176

0 commit comments

Comments
 (0)