Changelog
Fixed
- The formatting options that were passed as a parameter to
toml.encode
,toml.encodeToFile
,toml.toJSON
, andtoml.toYAML
previously had no effect when overriding values. - Resolved CMake
FetchContent_Populate
warning.
Changed
- Updated to magic_enum v0.9.7.
Added
- Added tests for encoding options.