From cb3ee51e085274bc6fd48504e021474fb678a5ee Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 3 Jan 2021 15:18:15 +0100 Subject: [PATCH] CHANGELOG cgi removal --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b02854286..6e068d68c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -303,7 +303,7 @@ For distributors and developers codesigning is enabled (:issue:`6952`). - Running the full interactive test suite now requires Python 3.5+ and the pexpect package (:issue:`6825`); the expect package is no longer required. - Support for Python 2 in fish's tools (``fish_config`` and the manual page completion generator) is no longer guaranteed. Please use Python 3.5 or later (:issue:`6537`). -- The web-based configuration tool no longer requires Python's distutils (:issue:`7514`) +- The web-based configuration tool no longer requires Python's distutils (:issue:`7514`) or the deprecated cgi module (:issue:`7600`). - fish 3.2 is the last release to support Red Hat Enterprise Linux & CentOS version 7. --------------