Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a00552b

Browse files
committedJul 11, 2023
Add changes to Changelog
1 parent d62e9d4 commit a00552b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,12 @@
171171
# Unreleased
172172

173173
## Added
174+
* Added `--macro-function` argument and corresponding `macro_function` builder function.
175+
These allow defining macros for which a wrapper function will be generated,
176+
which allows to call these macros from Rust.
174177
## Changed
178+
* Renamed `--wrap-static-fns-path` argument to `--native-code-generation-path` and the
179+
corresponding `wrap_static_fns_path` builder function to `native_code_generation_path`.
175180
## Removed
176181
## Fixed
177182
## Security
@@ -192,7 +197,7 @@
192197
* The `--wrap-static-fns` option can now wrap `va_list` functions as variadic functions
193198
with the experimental `ParseCallbacks::wrap_as_variadic_fn` method.
194199
* Add target mappings for riscv32imc and riscv32imac.
195-
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
200+
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
196201

197202
## Changed
198203

@@ -216,7 +221,7 @@
216221
* Compute visibility of bitfield unit based on actual field visibility: A
217222
bitfield unit field and its related functions now have their visibility
218223
determined based on the most private between the default visibility and the
219-
actual visibility of the bitfields within the unit.
224+
actual visibility of the bitfields within the unit.
220225

221226
## Removed
222227
* Remove redundant Cargo features, which were all implicit:
@@ -272,7 +277,7 @@
272277
types. (#2463)
273278
* The `Builder::rustfmt_bindings` methods and the `--no-rustfmt-bindings` flag
274279
are now deprecated in favor of the formatter API. (#2453)
275-
280+
276281
## Removed
277282
* The following deprecated flags were removed: `--use-msvc-mangling`,
278283
`--rustfmt-bindings` and `--size_t-is-usize`. (#2408)

0 commit comments

Comments
 (0)
Please sign in to comment.