summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b221e6d..29e7537a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -181,6 +181,9 @@
## Fixed
+ * Const correctness of incomplete arrays has been fixed. (#2301)
+ * C++ inline namespaces don't panic. (#2294)
+
## Security
[(#1743)]: https://github.com/rust-lang/rust-bindgen/issues/1743