From ac5346b1385ecf36841e984a1f34e5d785d31ecf Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 26 Mar 2023 11:13:09 +1100 Subject: [PATCH] Release notes --- release_notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index e75999c6..5284c5ac 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +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) + 4.32.2: - Fixed behaviour for unknown file types (defaults to yaml) #1609