diff options
author | Christian Legnitto <LegNeato@users.noreply.github.com> | 2019-01-04 11:37:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 11:37:48 -0800 |
commit | 59e3feea97a3dd5b6a3a4e7314ab5641cdd0b73a (patch) | |
tree | f1ad03ac636b71eb830cded33f985e71780bf839 | |
parent | a73718cee2eb3887f88f5645cab14f6936fcb095 (diff) |
Update changelog for #[repr(transparent)] change
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 637b26f4..d4f7c57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |