mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-23 15:22:24 +00:00
update changelog
This commit is contained in:
parent
9b81537c5f
commit
e0364d28c8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user