Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jan 20, 2023
1 parent cb5caf7 commit 28d3aa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions derive/changelog.md
Original file line number Diff line number Diff line change
@@ -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)`.
Expand Down

0 comments on commit 28d3aa7

Please sign in to comment.