Release PHP-Parser 4.15.5

This commit is contained in:
Nikita Popov 2023-05-19 22:19:25 +02:00
parent 11e2dcd96c
commit 11e2663a5b

View File

@ -1,3 +1,11 @@
Version 4.15.5 (2023-05-19)
---------------------------
### Added
* Added `makePrivate()`, `makeProtected()`, `makePublic()` and `makeReadonly()` methods to
`Builder\Param` to allow the creation of promoted parameters.
Version 4.15.4 (2023-03-05)
---------------------------