changelog

This commit is contained in:
Lokathor 2023-01-19 17:44:21 -07:00
parent cb5caf7bf8
commit 28d3aa7ba9

View File

@ -1,6 +1,11 @@
## `bytemuck_derive` changelog
## 1.4.0
* ByteEq and ByteHash derives will make Eq and Hash impls that treat the value as a &[u8]. This provides a large codegen improvement for some types.
* Derives of repr(int) enums should now accept byte literal values as the discriminant.
## 1.3.0
* Allow `repr(transparent)` to be used generically in `derive(Pod)`.