Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Sep 27, 2024
1 parent b0abadc commit c4bab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
**Fixed**:

- Fix https://github.com/Technologicat/mcpyrate/issues/41. The unparser now supports `match`/`case` (Python 3.10 pattern matching).
- Fix bug in unparser: a class definition with no bases or keywords should not have parentheses after the class name.
- Fix bug in unparser: a class definition with no bases or keywords should not emit parentheses after the class name.
- Fix bug in `rename`: rename also in `global` and `nonlocal` declarations, and (Python 3.10+) in `match`/`case` captures.
- Update links in relevant parts of `mcpyrate` documentation to point to Python's official AST documentation instead of GTS (Green Tree Snakes).
- Nowadays Python has proper [AST documentation](https://docs.python.org/3/library/ast.html).
Expand Down

0 comments on commit c4bab22

Please sign in to comment.