Skip to content

Commit 770abd9

Browse files
committed
chore: Update changelog before release.
1 parent e847ef1 commit 770abd9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,20 @@
203203
--------------------------------------------------------------------------------
204204
# Unreleased
205205
## Added
206-
## Changed
207206
- Add target mappings for riscv64imac and riscv32imafc.
207+
- Add a complex macro fallback API (#2779).
208+
- Add option to use DST structs for flexible arrays (--flexarray-dst, #2772).
209+
- Add option to dynamically load variables (#2812).
210+
## Changed
211+
- Remove which and lazy-static dependencies (#2809, #2817).
212+
- Generate compile-time layout tests (#2787).
208213
## Removed
209214
## Fixed
210215
- Fix `--formatter=prettyplease` not working in `bindgen-cli` by adding `prettyplease` feature and
211216
enabling it by default for `bindgen-cli` (#2789) .
212217
- Fix `--allowlist-item` so anonymous enums are no longer ignored.
218+
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824)
219+
213220
## Security
214221

215222
# 0.69.4 (2024-02-04)

0 commit comments

Comments
 (0)