Skip to content

Commit 2aee647

Browse files
committed
update CHANGELOG
1 parent d0162c6 commit 2aee647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Note that language support for using an assignment expression inside a subscript *without parenthesizing it* was [added in Python 3.10](https://docs.python.org/3/whatsnew/3.10.html#other-language-changes).
1818
- If you still use Python 3.8 or 3.9, with the new `:=` syntax you must put parentheses around each `let` binding, because syntactically, the bindings subform looks like a subscript.
1919
- All documentation is written in Python 3.10 syntax; all unit tests are written in Python 3.8 syntax.
20+
- Internal module `unpythonic.syntax.astcompat`, used by the macro layer, moved to `mcpyrate.astcompat`. This module handles version differences in the `ast` module in various versions of Python.
2021

2122

2223
**Fixed**:

0 commit comments

Comments
 (0)