From 63512d6aefa604aaecb5539028867d36532dac8b Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Sat, 27 Jun 2020 20:36:37 -0700 Subject: [PATCH] Remove another unnecessary JSONPath line from the CHANGELOG --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82efa83..1ab43c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,6 @@ See: [Keep a Changelog](https://keepachangelog.com) One of the advantages of this approach is not having to worry about "/" characters in names, or JSON Pointer syntax. * Other updates, optimizations, refactors, and improvements. -* `JSONPath.fromJSONPointer` changed to return an absolute path for - empty strings. * Errors are now mapped in schema->instance order instead of instance->schema order. This is now the reverse of how annotations are mapped.