Skip to content

Commit b6da487

Browse files
author
Per Larsen
committed
Update CHANGELOG.md
Record fix in #3266
1 parent fddbdeb commit b6da487

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
## Changed
231231
## Removed
232232
## Fixed
233+
- Typo in code for `--rustified-non-exhaustive-enums` (#3266)
233234
## Security
234235

235236
# 0.72.0 (2025-06-08)
@@ -277,8 +278,8 @@
277278
- Add support for custom attributes with the `--with-attribute-custom` flag (#2866)
278279
- Allow setting `--rust-target` to any Rust version supported by bindgen (#2993)
279280
- Use c-string literals if the `--generate-cstr` flag is used for Rust targets after 1.77 under the 2021 edition (#2996)
280-
- Add the `--rust-edition` flag which allows to select which Rust edition to target. (#3002, #3013)
281-
- Use `unsafe extern` instead of `extern` in blocks for any Rust target after 1.82. (#3015)
281+
- Add the `--rust-edition` flag which allows to select which Rust edition to target. (#3002, #3013)
282+
- Use `unsafe extern` instead of `extern` in blocks for any Rust target after 1.82. (#3015)
282283
## Changed
283284
- The `--wrap-static-fns` related options no longer require the experimental feature or flag (#2928)
284285
- Use the `Display` implementation instead of the `Debug` one for `BindgenError` in `bindgen-cli` (#3005)
@@ -443,7 +444,7 @@ This version was skipped due to some problems on the release workflow.
443444
* The `--wrap-static-fns` option can now wrap `va_list` functions as variadic functions
444445
with the experimental `ParseCallbacks::wrap_as_variadic_fn` method.
445446
* Add target mappings for riscv32imc and riscv32imac.
446-
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
447+
* Add the `ParseCallbacks::field_visibility` method to modify field visibility.
447448

448449
## Changed
449450

@@ -467,7 +468,7 @@ This version was skipped due to some problems on the release workflow.
467468
* Compute visibility of bitfield unit based on actual field visibility: A
468469
bitfield unit field and its related functions now have their visibility
469470
determined based on the most private between the default visibility and the
470-
actual visibility of the bitfields within the unit.
471+
actual visibility of the bitfields within the unit.
471472

472473
## Removed
473474
* Remove redundant Cargo features, which were all implicit:
@@ -523,7 +524,7 @@ This version was skipped due to some problems on the release workflow.
523524
types. (#2463)
524525
* The `Builder::rustfmt_bindings` methods and the `--no-rustfmt-bindings` flag
525526
are now deprecated in favor of the formatter API. (#2453)
526-
527+
527528
## Removed
528529
* The following deprecated flags were removed: `--use-msvc-mangling`,
529530
`--rustfmt-bindings` and `--size_t-is-usize`. (#2408)

0 commit comments

Comments
 (0)