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 -------------------------------