Sourced from tomli's changelog.
2.1.0
- Deprecated
- Instantiating
TOMLDecodeError
with free-form arguments.msg
,doc
andpos
arguments should be given.- Added
msg
,doc
,pos
,lineno
andcolno
attributes toTOMLDecodeError
d6e045b
Bump version: 2.0.2 → 2.1.0d1d6a85
Add attributes to TOMLDecodeError. Deprecate free-form
__init__
args (#238)59ed9ef
Add a comment about implicit lru_cache bound9d25b3f
Test against Python 3.13 final (#237)f57fb66
Add test coverage for text mode error (#231)4be816b
Convert tox config to native TOMLe2f8d2d
Merge pull request #233 from
hukkin/version-2.0.2