Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Oct 6, 2022
1 parent 0f496dc commit c5e8a73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## Bug fixes

- #506,#507 Fix extracting generator without parens
- #411,#505 Fix extracting generator without parens
- #506, #507 Fix issue with parsing function call args list
- #411, #505 Fix extracting generator without parens
- #18, #510 When the function is a builtin function, the call parameter's name was sometimes incorrectly identified as an AssignedName. This led to rename refactoring incorrectly renaming these parameters.

# Release 1.3.0

## Bug fixes

- #496,#497 Add MatMul operator to patchedast
- #496, #497 Add MatMul operator to patchedast
- #495 Fix autoimport collection for compiled modules

## Improvement
Expand Down

0 comments on commit c5e8a73

Please sign in to comment.