Skip to content

Commit

Permalink
Release PHP-Parser 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 1, 2019
1 parent 006acba commit 97e59c7
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.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)
--------------------------

Expand Down

0 comments on commit 97e59c7

Please sign in to comment.