File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 203
203
--------------------------------------------------------------------------------
204
204
# Unreleased
205
205
## Added
206
- ## Changed
207
206
- 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 ).
208
213
## Removed
209
214
## Fixed
210
215
- Fix ` --formatter=prettyplease ` not working in ` bindgen-cli ` by adding ` prettyplease ` feature and
211
216
enabling it by default for ` bindgen-cli ` (#2789 ) .
212
217
- Fix ` --allowlist-item ` so anonymous enums are no longer ignored.
218
+ - Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824 )
219
+
213
220
## Security
214
221
215
222
# 0.69.4 (2024-02-04)
You can’t perform that action at this time.
0 commit comments