Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 574 Bytes

Changelog

2.0.0

Added

  • Added parsing support for PEP 465 matrix multiplication operators.
  • Added parsing support for PEP 448 unpacking generalizations.
  • Added parsing support for PEP 515 underscores in numeric literals.
  • Added parsing support for PEP 570 positional only parameters.
  • Added parsing support for PEP 572 assignment expressions.

Fixed

  • Fixed parsing variable with annotation only.

1.0.1

Fixed

  • Fixed token indexes in async def and async with statements.

1.0.0

Added

  • Added support for async and await keywords.