summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2021-04-03 13:18:27 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2021-04-03 13:19:09 +0200
commitb5e6eb1cb2ce8566ae297a226581d6f1ec12f001 (patch)
tree2f34ed81a7cdfbc588858437adf3380d49b9c57d
parentd7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c (diff)
Reference aarch64 issue in the changelog.
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9418fcbf..59cc440f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -159,7 +159,8 @@ Released 2021/03/04
## Fixed
- * Track union layout more accurately. [#1984][]
+ * Track union layout more accurately. Fixes [an AArch64 bug] and [makes the
+ bindings more portable] where unions could return garbage data ([#1984])
* Use original name when checking allowlist for anonymous enum variants. [#2006][]
## Changed
@@ -202,6 +203,10 @@ Released 2021/03/04
* `--blacklist-item` is deprecated in favor of
`--blocklist-item`. [#1812][]
+[#1984]: https://github.com/rust-lang/rust-bindgen/pull/1984
+[an AArch64 bug]: https://github.com/rust-lang/rust-bindgen/issues/1973
+[makes the bindings more portable]: https://github.com/rust-lang/rust-bindgen/issues/1983
+
## Removed
## Fixed