Skip to content

Commit

Permalink
Release PHP-Parser 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 16, 2016
1 parent 83f34e7 commit 4dd659e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,21 @@
Version 2.1.1-dev
Version 2.1.2-dev
-----------------

Nothing yet.

Version 2.1.1 (2016-09-16)
--------------------------

### Changed

* The pretty printer will now escape all control characters in the range `\x00-\x1F` inside double
quoted strings. If no special escape sequence is available, an octal escape will be used.
* The quality of the error recovery has been improved. In particular unterminated expressions should
be handled more gracefully.
* The PHP 7 parser will now generate a parse error for `$var =& new Obj` assignments.
* Comments on free-standing code blocks will no be retained as comments on the first statement in
the code block.

Version 2.1.0 (2016-04-19)
--------------------------

Expand Down

0 comments on commit 4dd659e

Please sign in to comment.