Skip to content

Commit

Permalink
Merge pull request rust-lang#1484 from LegNeato/patch-1
Browse files Browse the repository at this point in the history
Update changelog for #[repr(transparent)] change
  • Loading branch information
emilio authored Jan 7, 2019
2 parents a73718c + 59e3fee commit 28c0eb4
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 28c0eb4

Please sign in to comment.