What's Changed
Fixed bugs
- Fix incorrect error positions in unstable parser Range() (#1047) by @pelletier in https://github.com/pelletier/go-toml/pull/1056
- fix: change DisallowUnknownFields error from "missing field" to "unknown field" by @Yanhu007 in https://github.com/pelletier/go-toml/pull/1054
Other changes
- README.md: remove reference to old go versions and modules by @maruel in https://github.com/pelletier/go-toml/pull/1048
New Contributors
- @Yanhu007 made their first contribution in https://github.com/pelletier/go-toml/pull/1054
- @maruel made their first contribution in https://github.com/pelletier/go-toml/pull/1048
Full Changelog: https://github.com/pelletier/go-toml/compare/v2.3.0...v2.3.1