changelog

This commit is contained in:
Lokathor 2022-07-02 15:46:07 -06:00
parent 6beb5382ec
commit 919c69cc4e

View File

@ -1,5 +1,13 @@
# `bytemuck` changelog
## 1.10
* [TheEdward162](https://github.com/TheEdward162) added the `ZeroableInOption`
and `PodInOption` traits. These are for types that are `Zeroable` or `Pod`
*when in an option*, but not on their own. We provide impls for the various
"NonZeroINTEGER" types in `core`, and if you need to newtype a NonZero value
then you can impl these traits when you use `repr(transparent)`.
## 1.9.1
* Bumped the minimum `bytemuck_derive` dependency version from `1.0` to `1.1`.