Skip to content

Commit dbe56d2

Browse files
committedDec 3, 2020
Release PHP-Parser 4.10.3
1 parent c64986f commit dbe56d2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
Version 4.10.3-dev
1+
Version 4.10.4-dev
22
------------------
33

44
Nothing yet.
55

6+
Version 4.10.3 (2020-12-03)
7+
---------------------------
8+
9+
### Fixed
10+
11+
* Fixed formatting-preserving pretty printing for `"{$x}"`.
12+
* Ternary expressions are now treated as non-associative in the pretty printer, in order to
13+
generate code that is compatible with the parentheses requirement introduced in PHP 8.
14+
* Removed no longer necessary `error_clear_last()` call in lexer, which may interfere with fatal
15+
error handlers if invoked during shutdown.
16+
17+
618
Version 4.10.2 (2020-09-26)
719
------------------
820

0 commit comments

Comments
 (0)