Skip to content

Commit 4dd659e

Browse files
committed
Release PHP-Parser 2.1.1
1 parent 83f34e7 commit 4dd659e

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 2.1.1-dev
1+
Version 2.1.2-dev
22
-----------------
33

44
Nothing yet.
55

6+
Version 2.1.1 (2016-09-16)
7+
--------------------------
8+
9+
### Changed
10+
11+
* The pretty printer will now escape all control characters in the range `\x00-\x1F` inside double
12+
quoted strings. If no special escape sequence is available, an octal escape will be used.
13+
* The quality of the error recovery has been improved. In particular unterminated expressions should
14+
be handled more gracefully.
15+
* The PHP 7 parser will now generate a parse error for `$var =& new Obj` assignments.
16+
* Comments on free-standing code blocks will no be retained as comments on the first statement in
17+
the code block.
18+
619
Version 2.1.0 (2016-04-19)
720
--------------------------
821

0 commit comments

Comments
 (0)