Skip to content

v0.21.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adetaylor adetaylor released this 19 Apr 05:21
· 564 commits to main since this release
7319702

What's Changed

Significant improvement (though some corner cases wouldn't surprise me): where possible, treat incomprehensible typedefs as opaque types by @adetaylor in #1035. Previously if we encountered a type that bindgen couldn't fully handle, we ignored that type plus any typedefs that depended upon it. Now, we still discard the type - but typedefs should continue to be somewhat usable.

Bug fixes

Internal and testing changes

Full Changelog: v0.21.0...v0.21.1