Skip to content

Commit

Permalink
Added CHANGELOG entries for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Jul 7, 2016
1 parent c0a7900 commit 3e178bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Unreleased Changes
------------------

* Restored support for legacy unquoted string literals.

[See related GitHub pull request #32](https://github.com/jmespath/jmespath.rb/pull/32).

* Improved error handling for invalid JSON values.

[See related GitHub pull request #29](https://github.com/jmespath/jmespath.rb/pull/29).

* Optimised false checks.

[See related GitHub pull request #24](https://github.com/jmespath/jmespath.rb/pull/24).

* Removed depdendency on `pure_json` gem. Necessary code changes have been
made to ensure things work properly with Ruby 1.9.3 and JSON 1.5.5.

Expand Down

0 comments on commit 3e178bb

Please sign in to comment.