about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-30 13:04:43 -0700
committerGitHub <noreply@github.com>2020-07-30 13:04:43 -0700
commit9eb50260bd06fa005f7f146702565dfdc7c3b4de (patch)
tree64d61e98cad408071b7aea89da5a6adc9dbd67a1
parentb0d426165f871f4e50d2fae47e6a5e9c54d1ba12 (diff)
parent19d191bb02d1566096493a26904826d4e81beeda (diff)
downloadrust-9eb50260bd06fa005f7f146702565dfdc7c3b4de.tar.gz
rust-9eb50260bd06fa005f7f146702565dfdc7c3b4de.zip
Rollup merge of #74951 - cuviper:relnotes-1.45.1, r=jonas-schievink
Cherry-pick the release notes for 1.45.1
-rw-r--r--RELEASES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index f36cdee0975..b47f64d2faf 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,16 @@
+Version 1.45.1 (2020-07-30)
+==========================
+
+* [Fix const propagation with references.][73613]
+* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
+* [Avoid spurious implicit region bound.][74509]
+* [Install clippy on x.py install][74457]
+
+[73613]: https://github.com/rust-lang/rust/pull/73613
+[73078]: https://github.com/rust-lang/rust/issues/73078
+[74509]: https://github.com/rust-lang/rust/pull/74509
+[74457]: https://github.com/rust-lang/rust/pull/74457
+
 Version 1.45.0 (2020-07-16)
 ==========================