File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ Released 2021/03/04
159159
160160## Fixed
161161
162- * Track union layout more accurately. [ #1984 ] [ ]
162+ * Track union layout more accurately. Fixes [ an AArch64 bug] and [ makes the
163+ bindings more portable] where unions could return garbage data ([ #1984 ] )
163164 * Use original name when checking allowlist for anonymous enum variants. [ #2006 ] [ ]
164165
165166## Changed
@@ -202,6 +203,10 @@ Released 2021/03/04
202203* ` --blacklist-item ` is deprecated in favor of
203204 ` --blocklist-item ` . [ #1812 ] [ ]
204205
206+ [ #1984 ] : https://github.com/rust-lang/rust-bindgen/pull/1984
207+ [ an AArch64 bug ] : https://github.com/rust-lang/rust-bindgen/issues/1973
208+ [ makes the bindings more portable ] : https://github.com/rust-lang/rust-bindgen/issues/1983
209+
205210## Removed
206211
207212## Fixed
You can’t perform that action at this time.
0 commit comments