From 512743525c64ef880ef02116fe3890ed29339bd4 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 5 May 2021 23:44:58 +0900 Subject: [PATCH] Update CHANGES for PR #9131 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 7ff0b72ca..a71f25aaa 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,8 @@ Features added * #9120: html theme: Eliminate prompt characters of code-block from copyable text * #9097: Optimize the paralell build +* #9131: Add :confval:`nitpick_ignore_regex` to ignore nitpicky warnings using + regular expressions Bugs fixed