Release notes

This commit is contained in:
Mike Farah 2023-03-26 11:13:09 +11:00
parent ebd1548e96
commit ac5346b138

View File

@ -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