Skip to content

Commit

Permalink
Release PHP-Parser 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Nov 30, 2021
1 parent f09f227 commit 210577f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
Version 4.13.2-dev
Version 4.13.3-dev
------------------

Nothing yet.

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

### Added

* Added builders for enums and enum cases.

### Fixed

* NullsafeMethodCall now extends from CallLike.
* The `namespacedName` property populated by the `NameResolver` is now declared on relevant nodes,
to avoid a dynamic property deprecation warning with PHP 8.2.

Version 4.13.1 (2021-11-03)
---------------------------

Expand Down

0 comments on commit 210577f

Please sign in to comment.