What's Changed
What's new
- Support TOML v1.1.0 by @jcmfernandes, @pelletier in #1068
Performance
- Reimplementation of the parser, decoder, and encoder by
@pelletierFable 5 in #1067 - New benchmarks from dependent projects in #1067
Fixed bugs
- Populate DecodeError.Key() on type mismatch errors by @leno23 in #1064
- Contextualize redefinition errors as DecodeError by @leno23, @pelletier in #1069
- Report quoted string requirement for unquoted values by @leno23 in #1063
Documentation
- Explain omitempty behavior for time.Time fields by @leno23 in #1061
- Remove "Migrating from v1" section from README by @pelletier in #1070
New Contributors
- @leno23 made their first contribution in #1064
- @jcmfernandes made their first contribution in #1068
Full Changelog: v2.3.1...v2.4.0