From 0b57727233cec67c27a6a30d60ae7b44f1d05f3c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 24 Jul 2020 13:35:28 +0900 Subject: [PATCH] Update CHANGES for PR #5090 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index f9ef5ec9ed8..4ae5479c423 100644 --- a/CHANGES +++ b/CHANGES @@ -30,6 +30,7 @@ Features added the behavior of globaltoc in sidebar * #7840: i18n: Optimize the dependencies check on bootstrap * #5208: linkcheck: Support checks for local links +* #5090: setuptools: Link verbosity to distutils' -v and -q option * #7052: add ``:noindexentry:`` to the Python, C, C++, and Javascript domains. Update the documentation to better reflect the relationship between this option and the ``:noindex:`` option.