From a806f6969fd4533e7bda2728eafff35a43df89fb Mon Sep 17 00:00:00 2001 From: kalle Date: Fri, 18 Feb 2011 13:19:07 +0100 Subject: [PATCH] updated changelog --- changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index f3d46a9f..159600a2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,3 +6,9 @@ - Bracket notation is now first class citizen $.foo.bar == $.['foo'].['bar'] - Added JsonAsserter.assertNotDefined(String path) to allow checks for negative existence of a path +------------------------------------------ +0.5.3 +------------------------------------------ +- Major refactoring +- JsonPath does not always produce a List as response +