From 9949a237245595739c363f0c165e7d8df32b0d85 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 20 Feb 2023 16:09:25 +1100 Subject: [PATCH] v4.31.1 --- release_notes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 3cc78097fe..f4aab57497 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,12 @@ +4.31.1: + - Added shuffle command #1503 + - Added ability to sort by multiple fields #1541 + - Added @sh encoder #1526 + - Added @uri/@urid encoder/decoder #1529 + - Fixed date comparison with string date #1537 + - Added from_unix/to_unix Operators + - Bumped dependency versions + 4.30.8: - Log info message when unable to chown file in linux (e.g. snap confinement) #1521