diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-09-12 10:46:14 -0400 |
|---|---|---|
| committer | sksat <sksat@sksat.net> | 2023-09-20 08:38:56 +0900 |
| commit | ed3c63cbec0cec2f787597ec1ca36137b1ba6e08 (patch) | |
| tree | 1ff978052487d842266a2fb06d12c5889c7ac039 | |
| parent | 0692db1a9082380e027f354912229dfd6af37e78 (diff) | |
| download | rust-ed3c63cbec0cec2f787597ec1ca36137b1ba6e08.tar.gz rust-ed3c63cbec0cec2f787597ec1ca36137b1ba6e08.zip | |
copy 1.72.1 release notes to master
update release date to actual released date
| -rw-r--r-- | RELEASES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index c5ac070b317..ba11234b990 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,13 @@ +Version 1.72.1 (2023-09-19) +=========================== + +- [Adjust codegen change to improve LLVM codegen](https://github.com/rust-lang/rust/pull/115236) +- [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276) +- [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948) +- Resolve some ICE regressions in the compiler: + - [#115215](https://github.com/rust-lang/rust/pull/115215) + - [#115559](https://github.com/rust-lang/rust/pull/115559) + Version 1.72.0 (2023-08-24) ========================== |
