From 46dbd0c8598ccb438d26cdc752016bad0bd6077f Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 10 Nov 2022 22:09:30 +1100 Subject: [PATCH] Updating release notes --- release_notes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release_notes.txt b/release_notes.txt index 8bc5f045..dfeb0d5b 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,9 +1,10 @@ -4.29.3: +4.30.1: - Can use expressions in slice #1419 - Fixed unhandled exception when decoding CSV thanks @washanhanzi - Added array_to_map operator for #1415 - Fixed sorting by date #1412 - Added check to ensure only maps can be encoded to XML #1408 + - Explicity setting unwrap flag works for json output #437, #1409 - Bumped go version