Skip to content

Commit

Permalink
Prep 1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 6, 2017
1 parent 91510de commit 791f8c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.6.0 (2017-03-06)

* Added $flags arg to JsonParser::lint() to take the same flag as parse() did
* Fixed backtracking performance issues on long strings with a lot of escaped characters

### 1.5.0 (2016-11-14)

* Added support for PHP 7.1 (which converts `{"":""}` to an object property called `""` and not `"_empty_"` like 7.0 and below).
Expand Down

0 comments on commit 791f8c5

Please sign in to comment.