From 4508bc2dc2fc40579dfb1a8bcaf01fe3affb8c44 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 29 Jul 2022 10:28:06 +1000 Subject: [PATCH] Updating release notes for next release --- release_notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index e8a59ae6..a2b48bea 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +4.27.1: + - Added 'json' decoder for support for multiple JSON documents in a single file (e.g. NDJSON) + - Fixed XML decoding issue (#1284) + 4.26.1: - Switched to new expression parser (#1264) - Don't clobber anchor when adding nodes (#1269)