diff --git a/src/changelog.rst b/src/changelog.rst index eec64987..701c1c02 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -25,6 +25,9 @@ Language changes in Rust 1.94.0 - `Impls and impl items inherit dead_code lint level of the corresponding traits and trait items `_ - `Stabilize additional 29 RISC-V target features including large portions of the RVA22U64 / RVA23U64 profiles `_ - `Add warn-by-default unused_visibilities lint for visibility on const _ declarations `_ + + - No change: Lints are not part of the FLS + - `Update to Unicode 17 `_ - `Avoid incorrect lifetime errors for closures `_