Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-03-27 17:06:02 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-03-27 17:06:02 +0300
commita001bf47d66ae804a9a6e5d754de9b5eda4d0eb9 (patch)
tree537e7aaa93fc29c301e3929c62e228b5fff4fee2
parentb20e04968e73234da9fff7d19b12dfbeebebe944 (diff)
Update CHANGES for PR #10107
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 17606bd73..d382941ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,8 @@ Features added
* #9337: HTML theme, add option ``enable_search_shortcuts`` that enables :kbd:'/' as
a Quick search shortcut and :kbd:`Esc` shortcut that
removes search highlighting.
+* #10107: i18n: Allow to suppress translation warnings by adding ``#noqa``
+ comment to the tail of each translation message
* #10252: C++, support attributes on classes, unions, and enums.
* #10253: :rst:dir:`pep` role now generates URLs based on peps.python.org