mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
changelog
This commit is contained in:
parent
6beb5382ec
commit
919c69cc4e
@ -1,5 +1,13 @@
|
|||||||
# `bytemuck` changelog
|
# `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
|
## 1.9.1
|
||||||
|
|
||||||
* Bumped the minimum `bytemuck_derive` dependency version from `1.0` to `1.1`.
|
* Bumped the minimum `bytemuck_derive` dependency version from `1.0` to `1.1`.
|
||||||
|
Loading…
Reference in New Issue
Block a user