Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Mar 10, 2024
1 parent 49eed86 commit adf7bf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions derive/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

## `bytemuck_derive` changelog

## 1.6.0

* This allows `CheckedBitPattern` to be derived for enums with fields.
The repr must be one of the following:
* `#[repr(C)]`
* `#[repr(C, int)]`
* `#[repr(int)]`
* `#[repr(transparent)]`

## 1.5.0

* The `Zeroable` derive now allows custom bounds. See the rustdoc for an explanation.
Expand Down

0 comments on commit adf7bf4

Please sign in to comment.