Skip to content

3.7.2: TOML compliance fix

Compare
Choose a tag to compare
@TheElectronWill TheElectronWill released this 26 May 14:19
· 29 commits to master since this release
1a481ba

TOML Fixes

The TOML implementation is now more robust thanks to toml-test. We don't call the binary, but rather include the repository as a Git submodule in order to grab all the test files.

Compatibility note: the TOML parser of NightConfig now rejects some files that it would have previously accepted (even though they were invalid). This is intended, and we encourage all users to fix their invalid TOML files.

Please read the release notes of v3.7.0 ✨ to learn what has changed since v3.6.x.

Full Changelog: v3.7.1...v3.7.2