From b8aec71e6666841eb44241a5205f439e4ce82083 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 16 Jun 2024 11:13:25 +1000 Subject: [PATCH] Preparing release --- release_notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 11757402..44c63751 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,10 @@ +4.44.2: + - Handle numbers with underscores #2039 + - Unique now works on maps and arrays #2068 + - Added support for short hand splat with env[] expression #2071, + as well as many other operators (split,select,eval,pick..) + - Bumped dependencies + 4.44.1: - Added min/max operators (#1992) Thanks @mbenson - Added pivot oeprator (#1993) Thanks @mbenson