Skip to content

Commit 1b479e7

Browse files
committed
Release PHP-Parser 4.10.1
1 parent b5351f8 commit 1b479e7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
Version 4.10.1-dev
1+
Version 4.10.2-dev
22
------------------
33

44
Nothing yet.
55

6+
Version 4.10.1 (2020-09-23)
7+
---------------------------
8+
9+
### Added
10+
11+
* Added support for recovering from a missing semicolon after a property or class constant
12+
declaration.
13+
14+
### Fixed
15+
16+
* Fix spurious whitespace in formatting-preserving pretty printer when both removing and adding
17+
elements at the start of a list.
18+
* Fix incorrect case-sensitivity in keyword token emulation.
19+
620
Version 4.10.0 (2020-09-19)
721
---------------------------
822

0 commit comments

Comments
 (0)