File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 204
204
# Unreleased
205
205
## Added
206
206
## Changed
207
+
207
208
- 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
+
208
212
## Removed
209
213
## Fixed
210
214
## Security
@@ -328,7 +332,7 @@ This version was skipped due to some problems on the release workflow.
328
332
* The ` --wrap-static-fns ` option can now wrap ` va_list ` functions as variadic functions
329
333
with the experimental ` ParseCallbacks::wrap_as_variadic_fn ` method.
330
334
* 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.
332
336
333
337
## Changed
334
338
@@ -352,7 +356,7 @@ This version was skipped due to some problems on the release workflow.
352
356
* Compute visibility of bitfield unit based on actual field visibility: A
353
357
bitfield unit field and its related functions now have their visibility
354
358
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.
356
360
357
361
## Removed
358
362
* Remove redundant Cargo features, which were all implicit:
You can’t perform that action at this time.
0 commit comments