Skip to content

Commit

Permalink
Release PHP-Parser 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 3, 2021
1 parent 3fb7352 commit fe14cf3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
Version 4.10.6-dev
Version 4.11.1-dev
------------------

Nothing yet.

Version 4.11.0 (2021-07-03)
---------------------------

### Added

* `BuilderFactory::args()` now accepts named arguments.
* `BuilderFactory::attribute()` has been added.
* An `addAttribute()` method accepting an `Attribute` or `AttributeGroup` has been adde to all
builders that accept attributes, such as `Builder\Class_`.

### Fixed

* `NameResolver` now handles enums.
* `PrettyPrinter` now prints backing enum type.
* Builder methods for types now property handle `never` type.

Version 4.10.5 (2021-05-03)
---------------------------

Expand Down

0 comments on commit fe14cf3

Please sign in to comment.