From 40797dee870c3dfcfb964450804d18a32f36396f Mon Sep 17 00:00:00 2001
From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
Date: Tue, 6 Jul 2021 13:14:45 +0300
Subject: [PATCH] Make news indicate that a dependency changed

---
 changelog/8789.feature.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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``.