From d329f4e00bf5536e7d25cc028a9db03d5c803f06 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 12 May 2019 17:10:49 +0900 Subject: [PATCH] Update CHANGES for PR #6306 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index aa94dd076..7746580f9 100644 --- a/CHANGES +++ b/CHANGES @@ -86,6 +86,7 @@ Features added * #4777: py domain: Add ``:async:`` option to :rst:dir:`py:function` directive * py domain: Add ``:async:``, ``:classmethod:`` and ``:staticmethod:`` options to :rst:dir:`py:method` directive +* #6306: html: Add a label to search form for accessability purposes Bugs fixed ----------