diff --git a/changelog.md b/changelog.md index 345458b6..0559f58c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,8 @@ In The Pipe * Added EvaluationListener interface that allows abortion of evaluation if criteria is fulfilled. this makes it possible to limit the number of results to fetch when a document is scanned. Also added utility method to limit results `JsonPath.parse(json).limit(1).read("$..title", List.class);` -* Added support for OR in inline filters [?(@.foo == 'bar' || @.foo == 'baz')] +* Added support for OR in inline filters [?(@.foo == 'bar' || @.foo == 'baz')] +* Upgrade json-smart to 2.1.0 1.1.0 (2014-10-01)