Skip to content

Commit caeb5d0

Browse files
committed
Update changelog
1 parent d9576ea commit caeb5d0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,23 @@
215215
--------------------------------------------------------------------------------
216216
# Unreleased
217217
## Added
218-
- Add support for custom attributes (--with-attribute-custom, #2866)
218+
- Add support for custom attributes with the `--with-attribute-custom` flag (#2866)
219+
- Allow setting `--rust-target` to any Rust version supported by bindgen (#2993)
220+
- Use c-string literals if the `--generate-cstr` flag is used for Rust targets after 1.77 under the 2021 edition (#2996)
221+
- Add the `--rust-edition` flag which allows to select which Rust edition to target. (#3002, #3013)
219222
## Changed
220-
- The `--wrap-static-fns` related options no longer require the experimental feature or flag.
223+
- The `--wrap-static-fns` related options no longer require the experimental feature or flag (#2928)
224+
- Use the `Display` implementation instead of the `Debug` one for `BindgenError` in `bindgen-cli` (#3005)
221225
## Removed
226+
- Bindgen has dropped support for any Clang versions strictly lower than 9.0 (#2932)
227+
- Bindgen has dropped support for any Rust version strictly lower than 1.33 (#2993)
222228
## Fixed
223-
- Use the right characters for newlines on windows.
229+
- Use the underlying type of any atomic type instead of panicking (#2920)
230+
- Use the right characters for newlines on windows (#2923)
231+
- Inlined namespaces are properly recognized now (#2950)
232+
- Unsafe calls to `libloading` are now wrapped in `unsafe` blocks when using dynamic loading (#2961)
233+
- The `ParseCallbacks::field_visibility` callback is now called for newtypes as well (#2967)
234+
- Gate the use of the `addr_of` and `addr_of_mut` macros under the 1.51 rust version (#2988)
224235
## Security
225236

226237
# 0.70.1 (2024-08-20)

0 commit comments

Comments
 (0)