diff --git a/changelog/8789.feature.rst b/changelog/8789.feature.rst index 198d9ade3..23215c97e 100644 --- a/changelog/8789.feature.rst +++ b/changelog/8789.feature.rst @@ -1 +1 @@ -Support TOML v1.0.0 syntax in ``pyproject.toml``. +Switch TOML parser from ``toml`` to ``tomli`` for TOML v1.0.0 support in ``pyproject.toml``.