we can put out 1.16 without waiting for more

This commit is contained in:
Lokathor 2024-05-13 11:08:13 -06:00
parent a41510f303
commit 5287f8cf6d

View File

@ -1,6 +1,6 @@
# `bytemuck` changelog # `bytemuck` changelog
## 1.16.0 (UNRELEASED) ## 1.16.0
* Adds a `const_zeroed` feature (MSRV 1.75) which puts a `zeroed` fn at the crate root. * Adds a `const_zeroed` feature (MSRV 1.75) which puts a `zeroed` fn at the crate root.
This is just like the `Zeroable::zeroed` method, but as a `const fn`. This is just like the `Zeroable::zeroed` method, but as a `const fn`.