Skip to content

Commit 4ec9950

Browse files
committed
Update the changelog
1 parent 4850f1f commit 4ec9950

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,16 @@
211211
## Changed
212212
- Remove which and lazy-static dependencies (#2809, #2817).
213213
- Generate compile-time layout tests (#2787).
214+
- Print `bindgen-cli` errors to stderr instead of stdout (#2840)
214215
## Removed
215216
## Fixed
216217
- Fix `--formatter=prettyplease` not working in `bindgen-cli` by adding `prettyplease` feature and
217218
enabling it by default for `bindgen-cli` (#2789) .
218-
- Fix `--allowlist-item` so anonymous enums are no longer ignored.
219-
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824)
219+
- Fix `--allowlist-item` so anonymous enums are no longer ignored (#2827).
220+
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824).
220221
- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN` (#2854).
221-
222222
## Security
223+
- Update `tempfile` and `rustix` due to [GHSA-c827-hfw6-qwvm](https://github.com/advisories/GHSA-c827-hfw6-qwvm).
223224

224225
# 0.69.4 (2024-02-04)
225226
## Added

0 commit comments

Comments
 (0)