update changelog

This commit is contained in:
Lokathor 2024-06-18 21:26:34 -06:00
parent 9b81537c5f
commit e0364d28c8

View File

@ -1,5 +1,11 @@
# `bytemuck` changelog
## 1.16.1
* **NOT SEMVER SUPPORTED:** Adds the `nightly_float` Cargo feature. This
activates the `f16` and `f128` nightly features, and then provides `Zeroable`
and `Pod` impls for those types.
## 1.16.0
* Adds a `const_zeroed` feature (MSRV 1.75) which puts a `zeroed` fn at the crate root.