Skip to content

Commit f8c06fd

Browse files
committed
Add changes to Changelog
1 parent 112bc38 commit f8c06fd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,15 @@
166166

167167
--------------------------------------------------------------------------------
168168

169-
# Unreleased
169+
# Unreleased
170170

171171
## Added
172+
* Added `--macro-function` argument and corresponding `macro_function` builder function.
173+
These allow defining macros for which a wrapper function will be generated,
174+
which allows to call these macros from Rust.
172175
## Changed
176+
* Renamed `--wrap-static-fns-path` argument to `--native-code-generation-path` and the
177+
corresponding `wrap_static_fns_path` builder function to `native_code_generation_path`.
173178
## Removed
174179
## Fixed
175180
## Security
@@ -185,7 +190,7 @@
185190
* The `--wrap-static-fns` option can now wrap `va_list` functions as variadic functions
186191
with the experimental `ParseCallbacks::wrap_as_variadic_fn` method.
187192
* Add target mappings for riscv32imc and riscv32imac.
188-
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
193+
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
189194

190195
## Changed
191196

@@ -209,7 +214,7 @@
209214
* Compute visibility of bitfield unit based on actual field visibility: A
210215
bitfield unit field and its related functions now have their visibility
211216
determined based on the most private between the default visibility and the
212-
actual visibility of the bitfields within the unit.
217+
actual visibility of the bitfields within the unit.
213218

214219
## Removed
215220
* Remove redundant Cargo features, which were all implicit:
@@ -265,7 +270,7 @@
265270
types. (#2463)
266271
* The `Builder::rustfmt_bindings` methods and the `--no-rustfmt-bindings` flag
267272
are now deprecated in favor of the formatter API. (#2453)
268-
273+
269274
## Removed
270275
* The following deprecated flags were removed: `--use-msvc-mangling`,
271276
`--rustfmt-bindings` and `--size_t-is-usize`. (#2408)

0 commit comments

Comments
 (0)