summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-24 13:35:28 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-24 13:36:49 +0900
commit0b57727233cec67c27a6a30d60ae7b44f1d05f3c (patch)
treea1e99791b7ff4a3c52ed62df747046e60ea49c74
parentd177956365a39b7045f7ef69049c5c2e0dc06829 (diff)
downloadsphinx-git-0b57727233cec67c27a6a30d60ae7b44f1d05f3c.tar.gz
Update CHANGES for PR #5090
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f9ef5ec9e..4ae5479c4 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.