Skip to content

v0.1.12

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 12:33
· 1587 commits to main since this release

Language changes.

  • Feature flags used are all accepted.
  • Orphan check workaround is no longer required.

Removed

  • Duration + T no longer works due to the updated impl reachability rules.
    Use T + Duration as a workaround.