Skip to content

v0.68.0

Compare
Choose a tag to compare
@IGI-111 IGI-111 released this 23 Apr 17:27
· 182 commits to master since this release
cbe8005

What's Changed

Breaking Changes

Implementation coherence is now enforced by the compiler through static checks of orphan rules and implementation overlap, invalid implementations that either overlap with existing functionality or implement types from other packages were always considered illegal but will now result in explicit errors instead of undefined behavior.

New Contributors

Full Changelog: v0.67.0...v0.68.0