Skip to content

Commit eba9e75

Browse files
authored
Rollup merge of rust-lang#108759 - workingjubilee:pedantically-correct-release-notes-for-1.41.1-apple32, r=Mark-Simulacrum
1.41.1 supported 32-bit Apple targets This question was raised by rust-lang#108556.
2 parents 6ebdffb + bfefd11 commit eba9e75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3861,6 +3861,8 @@ Version 1.41.1 (2020-02-27)
38613861
* [Always check types of static items][69145]
38623862
* [Always check lifetime bounds of `Copy` impls][69145]
38633863
* [Fix miscompilation in callers of `Layout::repeat`][69225]
3864+
* [Rust 1.41.0 was announced as the last Rust release with tier 1 or tier 2 support for 32-bit Apple targets][apple-32bit-drop].
3865+
That announcement did not expect a patch release. 1.41.1 also includes release binaries for these targets.
38643866

38653867
[69225]: https://github.com/rust-lang/rust/issues/69225
38663868
[69145]: https://github.com/rust-lang/rust/pull/69145
@@ -3953,7 +3955,7 @@ Misc
39533955
Compatibility Notes
39543956
-------------------
39553957

3956-
- [As previously announced 1.41.0 will be the last tier 1 release for 32-bit
3958+
- [As previously announced 1.41 will be the last tier 1 release for 32-bit
39573959
Apple targets.][apple-32bit-drop] This means that the source code is still
39583960
available to build, but the targets are no longer being tested and release
39593961
binaries for those platforms will no longer be distributed by the Rust project.

0 commit comments

Comments
 (0)