diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-10-16 20:52:42 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-10-16 21:29:41 +0200 |
commit | c424e034155660348ed77cfa92ec9869f617a625 (patch) | |
tree | 720d8df7e5f63e0bf2989724662901b82f93457a | |
parent | 2c01810c3af78c087d99fdf484d879f5f8d7f2cf (diff) |
Add a few missing changelog entries.
-rw-r--r-- | CHANGELOG.md | 3 |
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 |