Skip to content

Commit

Permalink
Release PHP-Parser 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed May 31, 2022
1 parent 678ccbe commit 34bea19
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Version 4.13.3-dev
Version 4.14.1-dev
------------------

Nothing yet.

Version 4.14.0 (2022-05-31)
---------------------------

### Added

* Added support for readonly classes.
* Added `rawValue` attribute to `LNumber`, `DNumber` and `String_` nodes, which stores the unparsed
value of the literal (e.g. `"1_000"` rather than `1000`).

Version 4.13.2 (2021-11-30)
---------------------------

Expand Down

0 comments on commit 34bea19

Please sign in to comment.