1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00

Release PHP-Parser 4.2.4

This commit is contained in:
Nikita Popov 2019-09-01 09:51:21 +02:00
parent 006acba066
commit 97e59c7a16

View File

@ -1,8 +1,20 @@
Version 4.2.4-dev
Version 4.2.5-dev
-----------------
Nothing yet.
Version 4.2.4 (2019-09-01)
--------------------------
### Added
* Added getProperties(), getConstants() and getTraitUses() to ClassLike. (#629, #630)
### Fixed
* Fixed flexible heredoc emulation to check for digits after the end label. This synchronizes
behavior with the upcoming PHP 7.3.10 release.
Version 4.2.3 (2019-08-12)
--------------------------