diff --git a/RELEASES.md b/RELEASES.md index 5a5bfd2899ed7..b1ee6d78101f8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -41,7 +41,8 @@ Libraries return `impl Iterator`, but this may change in a future edition to change `Item` to `T`. Calling `IntoIterator::into_iter` directly on arrays will provide `impl Iterator` as expected. -- [`NonZero::{leading_zeros, trailing_zeros}` is now `const`.][84082] +- [`leading_zeros`, and `trailing_zeros` are now available on all + `NonZero` integer types.][84082] - [`{f32, f64}::from_str` now parse and print special values (`NaN`, `-0`) according to IEEE RFC 754.][78618] - [You can now index into slices using `(Bound, Bound)`.][77704]