about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2024-09-03 12:42:48 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2024-09-03 12:42:48 +0200
commit17f3f92e8b6619f73a92fac95a324bb59b0390bf (patch)
tree84c4e63b77164351858aec5a48a1549a9e9bb3b0 /RELEASES.md
parentd6c8169c186ab16a3404cd0d0866674018e8a19e (diff)
downloadrust-17f3f92e8b6619f73a92fac95a324bb59b0390bf.tar.gz
rust-17f3f92e8b6619f73a92fac95a324bb59b0390bf.zip
include 1.80.1 release notes on master
Forgot this during the release process
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 6aba476103e..29c872eb448 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -112,6 +112,14 @@ tools.
 
 - [Add a Rust-for Linux `auto` CI job to check kernel builds.](https://github.com/rust-lang/rust/pull/125209/)
 
+Version 1.80.1 (2024-08-08)
+===========================
+
+<a id="1.80.1"></a>
+
+- [Fix miscompilation in the jump threading MIR optimization when comparing floats](https://github.com/rust-lang/rust/pull/128271)
+- [Revert changes to the `dead_code` lint from 1.80.0](https://github.com/rust-lang/rust/pull/128618)
+
 Version 1.80.0 (2024-07-25)
 ==========================