Skip to content

Commit de17fc8

Browse files
committed
Update changelog.
1 parent 6db66f3 commit de17fc8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,11 @@
204204
# Unreleased
205205
## Added
206206
## Changed
207+
207208
- Add target mappings for riscv64imac and riscv32imafc.
209+
- `ParseCallbacks::int_macro` now takes an `i128` instead of an `i64`.
210+
- `ParseCallbacks::func_macro` was renamed to `ParseCallbacks::fn_macro` and now takes a single `FnMacroInfo` argument.
211+
208212
## Removed
209213
## Fixed
210214
## Security
@@ -328,7 +332,7 @@ This version was skipped due to some problems on the release workflow.
328332
* The `--wrap-static-fns` option can now wrap `va_list` functions as variadic functions
329333
with the experimental `ParseCallbacks::wrap_as_variadic_fn` method.
330334
* Add target mappings for riscv32imc and riscv32imac.
331-
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
335+
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
332336

333337
## Changed
334338

@@ -352,7 +356,7 @@ This version was skipped due to some problems on the release workflow.
352356
* Compute visibility of bitfield unit based on actual field visibility: A
353357
bitfield unit field and its related functions now have their visibility
354358
determined based on the most private between the default visibility and the
355-
actual visibility of the bitfields within the unit.
359+
actual visibility of the bitfields within the unit.
356360

357361
## Removed
358362
* Remove redundant Cargo features, which were all implicit:

0 commit comments

Comments
 (0)