Skip to content

Commit 6b138f5

Browse files
committedJul 31, 2018
Backport 1.27.2 release notes
1 parent f898179 commit 6b138f5

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)
Please sign in to comment.