diff --git a/jsonpath-compliance-test-suite b/jsonpath-compliance-test-suite index b5be81e..6e8aab3 160000 --- a/jsonpath-compliance-test-suite +++ b/jsonpath-compliance-test-suite @@ -1 +1 @@ -Subproject commit b5be81eb23b00643816bb9bcf1cd9fe0e0f595f6 +Subproject commit 6e8aab33985c5739e2a112d60bf340085fb1183a diff --git a/serde_json_path/CHANGELOG.md b/serde_json_path/CHANGELOG.md index 5f9163c..55708c5 100644 --- a/serde_json_path/CHANGELOG.md +++ b/serde_json_path/CHANGELOG.md @@ -89,6 +89,12 @@ isolate cases where specific errors can be propagated up, and give better error [#32]: https://github.com/hiltontj/serde_json_path/pull/32 [jpspec_base12_func_ext]: https://www.ietf.org/archive/id/draft-ietf-jsonpath-base-12.html#name-function-extensions +## Other Changes + +- **added:** updated to latest version of CTS to ensure compliance [#33] + +[#33]: https://github.com/hiltontj/serde_json_path/pull/33 + # 0.5.3 (14 March 2023) - **fixed:** Fix serialization behaviour of `NodeList` ([#30])