From a001bf47d66ae804a9a6e5d754de9b5eda4d0eb9 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 27 Mar 2022 23:06:02 +0900 Subject: [PATCH] Update CHANGES for PR #10107 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 17606bd7307..d382941ea9a 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