Compatibility breaks
** You may need to replace EmplaceUnpinned
with Emplace
.
Changes
- Test and fix for 1289 ("Support for anonymous enums") by @badicsalex in #1291
- Fix moveit unsoundness by @adetaylor in #1298 (mostly thanks to @silvanshade!)
- Upgrade to bindgen 0.65.1. by @maurer in #1293
- Fix namespaced destructors and reject unions by @adetaylor in #1264
- fix: feature flag for runtime by @gen-xu in #1277
- Fix diagnostics for in-line subclass macro. by @adetaylor in #1283
- cargo update to remove vulnerable version of time. by @adetaylor in #1284
- Clippy fix. by @adetaylor in #1288
- Update issue templates by @adetaylor in #1290
- Update to syn-2 by @maurer in #1286
- Reference wrapper changes by @adetaylor in #1292
- Fix reference wrappers + mutable refs problem. by @adetaylor in #1295 and #1296
- Add test for unsoundness. by @adetaylor in #1274
- Testing and documenting dynamic dispatch for CppRef. by @adetaylor in #1297
- Add va_list test. by @adetaylor in #1263
- Better diagnostics for pointer-to-pointer cases by @adetaylor in #1272
- Add comment explaining RValueParamHandler. by @adetaylor in #1273
- Fix typo. by @adetaylor in #1275
New Contributors
- @gen-xu made their first contribution in #1277
- @badicsalex made their first contribution in #1291
- @maurer made their first contribution in #1286
- @silvanshade made their first contribution in #1285
Full Changelog: v0.25.0...v0.26.0