From d46b199f3e7d1148500f49bab0c36c33230b8632 Mon Sep 17 00:00:00 2001 From: Brett Vickers Date: Sun, 31 Dec 2023 12:45:34 -0800 Subject: [PATCH] Release v1.3.0 --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4a2ce2a..0194dcd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,12 @@ +Release v1.3.0 +============== + +**New Features** + +* Add support for double-quotes in filter path queries. +* Add `PreserveDuplicateAttrs` to `ReadSettings`. +* Add `ReindexChildren` to `Element`. + Release v1.2.0 ==============