about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-07-25 11:01:44 -0400
committerJosh Stone <jistone@redhat.com>2020-07-30 11:36:33 -0700
commit19d191bb02d1566096493a26904826d4e81beeda (patch)
tree606cf7c526779c7c7b3e2be1363b75623a086d38
parente1e01f72a5e5f4ebcf455a2df72781aa1cbb2016 (diff)
downloadrust-19d191bb02d1566096493a26904826d4e81beeda.tar.gz
rust-19d191bb02d1566096493a26904826d4e81beeda.zip
Update release notes
(cherry picked from commit 32166ab1ebec2e5e5454221f0d3238c21382de9f)
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index fec48b04361..b47f64d2faf 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,10 +1,12 @@
 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