diff --git a/release_notes.txt b/release_notes.txt index 5284c5ac..e680cac0 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,9 @@ +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! + - Scalar output now handled in csv, tsv and property files + - Bumped dependency versions + 4.33.1: - Added read-only TOML support! #1364. Thanks @pelletier for making your API available in your toml lib :) - Added warning when auto detect by file type is outputs JSON (#1608)