Skip to content

v1.4.0

Choose a tag to compare

@jph00 jph00 released this 26 Mar 23:02
· 597 commits to master since this release

New Features

  • Support union types with | in typedispatch and @patch (#397)
  • Support py3.10 annotations (#396)

Bugs Squashed

  • fix missing import for get_source_link (#392), thanks to @hamelsmu