From 8acc068b69d3e1cca5503f7256cdf820d1f14479 Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Mon, 20 Oct 2014 18:43:02 +0200 Subject: [PATCH] Update changelog.md --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)