changelog

This commit is contained in:
Lokathor 2024-10-06 16:48:10 -06:00
parent a637e1d983
commit 2cd97193ab

View File

@ -1,6 +1,10 @@
## `bytemuck_derive` changelog ## `bytemuck_derive` changelog
## 1.8
* [#257](https://github.com/Lokathor/bytemuck/pull/257): Allows deriving Zeroable on some enums.
## 1.7.1 ## 1.7.1
* Adds the `bytemuck` attribute to the `NoUninit` derive, allowing it to be used when re-exported. * Adds the `bytemuck` attribute to the `NoUninit` derive, allowing it to be used when re-exported.