Skip to content

Commit

Permalink
Added changelog entry for previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Mar 31, 2016
1 parent 7e286b1 commit 5ed7edd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Unreleased Changes
------------------

*
Errors caused by invalid function arguments normally raise
an arity or argument error. You can now prevent `JMESPath.search`
from raising these errors by passing `disable_visit_error: true`.

```
JMESPath.search(expression, data, disable_visit_errors: true)
```

This will cause these functions to return a null/nil value instead.

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

* Fix for Ruby 1.9.3. Older versions of Ruby ship with a version of the json
gem that can not perform the following:

Expand Down

0 comments on commit 5ed7edd

Please sign in to comment.