Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Dec 13, 2012
1 parent f06e6e7 commit 9cff077
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.mdown
@@ -0,0 +1,13 @@
* 1.1.0 (2012-12-13)

* Added optional parsing of duplicate keys into key.2, key.3, etc via JsonParser::ALLOW_DUPLICATE_KEYS
* Improved error reporting for common mistakes.

* 1.0.1 (2012-04-03)

* Added optional detection and error reporting for duplicate keys via JsonParser::DETECT_KEY_CONFLICTS
* Added ability to pipe content through stdin into bin/jsonlint

* 1.0.0 (2012-03-12)

* Initial release

0 comments on commit 9cff077

Please sign in to comment.