diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-02-25 20:19:12 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-02-25 20:19:46 +0100 |
| commit | 9d84f1f684a1c37d89ba0be0b1dec7d0309590c9 (patch) | |
| tree | 382e23cb513fc3e04c73e42a86c1276ce72ccb57 /RELEASES.md | |
| parent | 6fd8798f4de63328d743eb2a9a9c12e202a4a182 (diff) | |
| download | rust-9d84f1f684a1c37d89ba0be0b1dec7d0309590c9.tar.gz rust-9d84f1f684a1c37d89ba0be0b1dec7d0309590c9.zip | |
backport release notes of 1.41.1
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 10e485c1a40..427aa71b4b5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,13 @@ +Version 1.41.1 (2020-02-27) +=========================== + +* [Always check types of static items][69145] +* [Always check lifetime bounds of `Copy` impls][69145] +* [Fix miscompilation in callers of `Layout::repeat`][69225] + +[69225]: https://github.com/rust-lang/rust/issues/69225 +[69145]: https://github.com/rust-lang/rust/pull/69145 + Version 1.41.0 (2020-01-30) =========================== |
