Skip to content

Commit 28c0eb4

Browse files
authored
Merge pull request #1484 from LegNeato/patch-1
Update changelog for #[repr(transparent)] change
2 parents a73718c + 59e3fee commit 28c0eb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ Released YYYY/MM/DD
5656

5757
## Changed
5858

59-
* TODO (or remove section if none)
59+
* Bitfield enums now use `#[repr(transparent)]` instead of `#[repr(C)]` when targeting Rust 1.28+. [#1474][]
60+
61+
[#1474]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1474
62+
6063

6164
## Deprecated
6265

0 commit comments

Comments
 (0)