Release PHP-Parser 4.14.0

This commit is contained in:
Nikita Popov
2022-05-31 22:59:12 +02:00
parent 678ccbe072
commit 31f8c08a6e

View File

@ -1,8 +1,17 @@
Version 4.13.3-dev Version 4.14.1-dev
------------------ ------------------
Nothing yet. 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) Version 4.13.2 (2021-11-30)
--------------------------- ---------------------------