File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 215
215
--------------------------------------------------------------------------------
216
216
# Unreleased
217
217
## 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 )
219
222
## 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 )
221
225
## 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 )
222
228
## 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 )
224
235
## Security
225
236
226
237
# 0.70.1 (2024-08-20)
You can’t perform that action at this time.
0 commit comments