Skip to content

Commit

Permalink
Add changes to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Jul 7, 2023
1 parent c46b0e0 commit 39eb5fd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Expand Up @@ -166,10 +166,15 @@

--------------------------------------------------------------------------------

# Unreleased
# Unreleased

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

## Changed

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

## Removed
* Remove redundant Cargo features, which were all implicit:
Expand Down Expand Up @@ -265,7 +270,7 @@
types. (#2463)
* The `Builder::rustfmt_bindings` methods and the `--no-rustfmt-bindings` flag
are now deprecated in favor of the formatter API. (#2453)

## Removed
* The following deprecated flags were removed: `--use-msvc-mangling`,
`--rustfmt-bindings` and `--size_t-is-usize`. (#2408)
Expand Down

0 comments on commit 39eb5fd

Please sign in to comment.