about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-07-30 16:12:02 -0400
committerJonas Schievink <jonas.schievink@ferrous-systems.com>2020-07-31 17:47:33 +0200
commitf173a4b8ecb1f7673e9f5df19dd2f9287f461364 (patch)
tree2037af3569374af0e2eae0fb97472f187d35b432
parent62f9aa94c0d0312544589bed78679d85646d4e62 (diff)
downloadrust-f173a4b8ecb1f7673e9f5df19dd2f9287f461364.tar.gz
rust-f173a4b8ecb1f7673e9f5df19dd2f9287f461364.zip
1.45.2 release notes
-rw-r--r--RELEASES.md9
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)
 ==========================