From 58cc9db721bb52f2489a2092776b4c9bb6acad81 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 16 Nov 2024 15:14:43 +1100 Subject: [PATCH] Updated release notes --- release_notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index c8fde9f9..91852066 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,11 @@ +4.44.4: +- Fixed handling of nulls with sort_by expressions #2164 +- Force no color output when NO_COLOR env presents (Thanks @narqo) +- Fixed array subtraction update bug #2159 +- Fixed index out of range error +- Can traverse straight from parent operator (parent.blah) +- Bumped dependencies + 4.44.3: - Fixed upper-case file extension detection, Thanks @ryenus (#2121) - Log printing follow no-colors flag #2082