Skip to content

Commit a611b67

Browse files
committed
RELEASES.md: Add missing patch releases
This was copy-pasted from the current state of the `stable` branch
1 parent 0e11725 commit a611b67

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: RELEASES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.72.1 (2023-09-14)
2+
===========================
3+
4+
- [Adjust codegen change to improve LLVM codegen](https://github.com/rust-lang/rust/pull/115236)
5+
- [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276)
6+
- [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948)
7+
- Resolve some ICE regressions in the compiler:
8+
- [#115215](https://github.com/rust-lang/rust/pull/115215)
9+
- [#115559](https://github.com/rust-lang/rust/pull/115559)
10+
111
Version 1.72.0 (2023-08-24)
212
==========================
313

@@ -103,6 +113,16 @@ Compatibility Notes
103113
to a registry.
104114
[#12291](https://github.com/rust-lang/cargo/pull/12291)
105115

116+
Version 1.71.1 (2023-08-03)
117+
===========================
118+
119+
- [Fix CVE-2023-38497: Cargo did not respect the umask when extracting dependencies](https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87)
120+
- [Fix bash completion for users of Rustup](https://github.com/rust-lang/rust/pull/113579)
121+
- [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://github.com/rust-lang/rust/pull/112517)
122+
- [Fix ICE: substitute types before checking inlining compatibility](https://github.com/rust-lang/rust/pull/113802)
123+
- [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://github.com/rust-lang/rust/pull/111516)
124+
- [Fix building Rust 1.71.0 from the source tarball](https://github.com/rust-lang/rust/issues/113678)
125+
106126
Version 1.71.0 (2023-07-13)
107127
==========================
108128

0 commit comments

Comments
 (0)