Skip to content

Commit

Permalink
Rollup merge of #74951 - cuviper:relnotes-1.45.1, r=jonas-schievink
Browse files Browse the repository at this point in the history
Cherry-pick the release notes for 1.45.1
  • Loading branch information
Manishearth authored Jul 30, 2020
2 parents b0d4261 + 19d191b commit 9eb5026
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand Down

0 comments on commit 9eb5026

Please sign in to comment.