Skip to content

Tya v0.72.7

Choose a tag to compare

@komagata komagata released this 30 May 09:11
· 11 commits to main since this release

Release v0.72.7.\n\n- Add callable object call syntax: objects with an instance call method can be invoked as foo(...).\n- Formatter canonicalizes foo.call(...) to foo(...) while preserving static Foo.call(...).