Skip to content

Commit

Permalink
Update changelog for #[repr(transparent)] change
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato authored Jan 4, 2019
1 parent a73718c commit 59e3fee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ Released YYYY/MM/DD

## Changed

* TODO (or remove section if none)
* Bitfield enums now use `#[repr(transparent)]` instead of `#[repr(C)]` when targeting Rust 1.28+. [#1474][]

[#1474]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1474


## Deprecated

Expand Down

0 comments on commit 59e3fee

Please sign in to comment.