File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- Version 2.1.1 -dev
1
+ Version 2.1.2 -dev
2
2
-----------------
3
3
4
4
Nothing yet.
5
5
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
+
6
19
Version 2.1.0 (2016-04-19)
7
20
--------------------------
8
21
You can’t perform that action at this time.
0 commit comments