From c4bab22082705a7917e28a3713df031b90e6a2da Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Fri, 27 Sep 2024 16:10:32 +0300 Subject: [PATCH] wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c9be7..0a1cb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).