Skip to content

Commit 210577f

Browse files
committed
Release PHP-Parser 4.13.2
1 parent f09f227 commit 210577f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
Version 4.13.2-dev
1+
Version 4.13.3-dev
22
------------------
33

44
Nothing yet.
55

6+
Version 4.13.2 (2021-11-30)
7+
---------------------------
8+
9+
### Added
10+
11+
* Added builders for enums and enum cases.
12+
13+
### Fixed
14+
15+
* NullsafeMethodCall now extends from CallLike.
16+
* The `namespacedName` property populated by the `NameResolver` is now declared on relevant nodes,
17+
to avoid a dynamic property deprecation warning with PHP 8.2.
18+
619
Version 4.13.1 (2021-11-03)
720
---------------------------
821

0 commit comments

Comments
 (0)