Skip to content

Commit

Permalink
Release PHP-Parser 4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Dec 3, 2020
1 parent c64986f commit dbe56d2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
Version 4.10.3-dev
Version 4.10.4-dev
------------------

Nothing yet.

Version 4.10.3 (2020-12-03)
---------------------------

### Fixed

* Fixed formatting-preserving pretty printing for `"{$x}"`.
* Ternary expressions are now treated as non-associative in the pretty printer, in order to
generate code that is compatible with the parentheses requirement introduced in PHP 8.
* Removed no longer necessary `error_clear_last()` call in lexer, which may interfere with fatal
error handlers if invoked during shutdown.


Version 4.10.2 (2020-09-26)
------------------

Expand Down

0 comments on commit dbe56d2

Please sign in to comment.