We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961f158 commit 3abf742Copy full SHA for 3abf742
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+Version 5.3.0 (2024-09-29)
2
+--------------------------
3
+
4
+### Added
5
6
+* Added `indent` option to pretty printer, which can be used to specify the indentation to use
7
+ (defaulting to four spaces). This also allows using tab indentation.
8
9
+### Fixed
10
11
+* Resolve names in `PropertyHook`s in the `NameResolver`.
12
+* Include the trailing semicolon inside `Stmt\GroupUse` nodes, making them consistent with
13
+ `Stmt\Use_` nodes.
14
+* Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting
15
+ in `ValueError`s.
16
17
Version 5.2.0 (2024-09-15)
18
--------------------------
19
0 commit comments