mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 09:17:58 +01:00
Release PHP-Parser 4.10.3
This commit is contained in:
parent
c64986fa55
commit
dbe56d23de
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,8 +1,20 @@
|
|||||||
Version 4.10.3-dev
|
Version 4.10.4-dev
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Nothing yet.
|
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)
|
Version 4.10.2 (2020-09-26)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user