Skip to content

Commit b5e6eb1

Browse files
frewsxcvemilio
authored andcommitted
Reference aarch64 issue in the changelog.
1 parent d7ba7d1 commit b5e6eb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)