From 1a5b76aecd4ed9e2c2da899cfc6e021da518266c Mon Sep 17 00:00:00 2001 From: kirtchev-adacore Date: Fri, 3 Jul 2026 11:17:26 +0300 Subject: [PATCH] Add changelog entry for 1.96.1 --- src/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/changelog.rst b/src/changelog.rst index 8ea20f53..08bafade 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -19,6 +19,21 @@ with the change that has been applied due to it. just the language changes that had an impact to the FLS. See the `release notes`_ for a full list of changes. +Language changes in Rust 1.96.1 +------------------------------- + +- `Cargo: fix timeout/retry behavior `_ + + - Cargo is outside the scope of the FLS. + +- `Cargo: apply patches for CVE-2025-15661, CVE-2026-55199, and CVE-2026-55200 to libssh2 `_ + + - Cargo is outside the scope of the FLS. + +- `rustc: fix miscompilation in MIR optimization `_ + + - Bug fix in the compiler without visible ramifications. + Language changes in Rust 1.95.0 -------------------------------