From 3aa4c833379aef2c137007bbba5af78e942726f9 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 11 Apr 2023 12:05:51 +1000 Subject: [PATCH] Release notes --- release_notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index e680cac0..a7e2b363 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,9 @@ +4.33.3: + - Fixed bug when splatting empty array #1613 + - Added scalar output for TOML (#1617) + - Fixed passing of readonly context in pipe (partial fix for #1631) + - Bumped dependency versions + 4.33.2: - Add ``--nul-output|-0`` flag to separate element with NUL character (#1550) Thanks @vaab! - Add removable-media interface plug declaration to the snap packaging(#1618) Thanks @brlin-tw!