diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-06-01 17:25:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-01 17:25:18 -0600 |
| commit | c8f9b7ce712172bef0f03ab9f8fb08b3419cd4ca (patch) | |
| tree | c2d822175602e8388382e18ab26c605d1548c484 | |
| parent | 29a4cd0629808e14314e1edb8bae3cc4f4ff690a (diff) | |
| parent | 21423ec3134fda7d429047db94fbbfabb78f7ef1 (diff) | |
| download | rust-c8f9b7ce712172bef0f03ab9f8fb08b3419cd4ca.tar.gz rust-c8f9b7ce712172bef0f03ab9f8fb08b3419cd4ca.zip | |
Rollup merge of #51286 - Mark-Simulacrum:1.26.2-release-notes, r=Mark-Simulacrum
Pull 1.26.2 release notes into master None
| -rw-r--r-- | RELEASES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 758de62a848..0403a2ac1fe 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,13 @@ +Version 1.26.2 (2018-06-05) +========================== + +Compatibility Notes +------------------- + +- [The borrow checker was fixed to avoid unsoundness when using match ergonomics][51117] + +[51117]: https://github.com/rust-lang/rust/issues/51117 + Version 1.26.1 (2018-05-29) ========================== |
