From de17fc82f8fd73f317f45019bbd7cdd514fbfd75 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 21 Feb 2024 18:17:51 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b7ac2966..eca130cd55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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: