diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-01 08:02:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 08:02:07 +0900 |
| commit | 54341423180c4fc136ce563af5f86e425a4a59e2 (patch) | |
| tree | 6c1dc92fd58c7ce42aef54f5ce19d931a8b3c767 | |
| parent | ad8230f57d147918e846267077c1cf450f0838a4 (diff) | |
| parent | f173a4b8ecb1f7673e9f5df19dd2f9287f461364 (diff) | |
| download | rust-54341423180c4fc136ce563af5f86e425a4a59e2.tar.gz rust-54341423180c4fc136ce563af5f86e425a4a59e2.zip | |
Rollup merge of #74982 - jonas-schievink:relnotes-1.45.2, r=Mark-Simulacrum
1.45.2 release notes (for master) cc https://github.com/rust-lang/rust/pull/74958
| -rw-r--r-- | RELEASES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index b47f64d2faf..4859532f7a1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +Version 1.45.2 (2020-08-03) +========================== + +* [Fix bindings in tuple struct patterns][74954] +* [Fix track_caller integration with trait objects][74784] + +[74954]: https://github.com/rust-lang/rust/issues/74954 +[74784]: https://github.com/rust-lang/rust/issues/74784 + Version 1.45.1 (2020-07-30) ========================== |
