From d60719bc9b6caa05726240ea313cc96bbd84a776 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 16 Apr 2024 20:28:18 +0200 Subject: [PATCH] Reword changelog entry --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 35528821439..49c94bb59a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,7 +35,7 @@ Internal Changes - Allow plugins to fully replace the data in a ticket QR code with a custom string instead of just modifying/extending the JSON dict (:pr:`6266`) -- Replace deprecated ``pkg_resources`` with using standard library ``importlib``. +- Replace deprecated ``pkg_resources`` with ``importlib`` from standard library (:pr:`6273`, thanks :user:`maxnoe`)