Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/changelog.rst

@tshepang tshepang Jul 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

section title is "Language changes in Rust 1.96.1", and these are not language changes... I suggest we don't add this section, or we just say "none"

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still want traceability between what went into the Rust release, and why it was not included in the FLS.

Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rust-lang/cargo/pull/17131>`_

- Cargo is outside the scope of the FLS.

- `Cargo: apply patches for CVE-2025-15661, CVE-2026-55199, and CVE-2026-55200 to libssh2 <https://github.com/rust-lang/cargo/pull/17140>`_

- Cargo is outside the scope of the FLS.

- `rustc: fix miscompilation in MIR optimization <https://github.com/rust-lang/rust/pull/158214>`_

- Bug fix in the compiler without visible ramifications.

Language changes in Rust 1.95.0
-------------------------------

Expand Down
Loading