Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Feb 21, 2024
1 parent 6db66f3 commit de17fc8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -204,7 +204,11 @@
# Unreleased
## Added
## Changed

- Add target mappings for riscv64imac and riscv32imafc.
- `ParseCallbacks::int_macro` now takes an `i128` instead of an `i64`.
- `ParseCallbacks::func_macro` was renamed to `ParseCallbacks::fn_macro` and now takes a single `FnMacroInfo` argument.

## Removed
## Fixed
## Security
Expand Down Expand Up @@ -328,7 +332,7 @@ This version was skipped due to some problems on the release workflow.
* 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 @@ -352,7 +356,7 @@ This version was skipped due to some problems on the release workflow.
* 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

0 comments on commit de17fc8

Please sign in to comment.