From 73e99ab88b361d9a85e8b5669a51398c1e46bd06 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 5 Mar 2020 20:40:35 +0900 Subject: [PATCH] Update CHANGES and docs for PR #7064 --- CHANGES | 4 ++-- doc/usage/restructuredtext/field-lists.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b4710da92..2224b9539 100644 --- a/CHANGES +++ b/CHANGES @@ -70,6 +70,8 @@ Features added * #7211: latex: Use babel for Chinese document when using XeLaTeX * #7220: genindex: Show "main" index entries at first * #7103: linkcheck: writes all links to ``output.json`` +* #7025: html search: full text search can be disabled for individual document + using ``:nosearch:`` file-wide metadata Bugs fixed ---------- @@ -194,8 +196,6 @@ Features added * #6966: graphviz: Support ``:class:`` option * #6696: html: ``:scale:`` option of image/figure directive not working for SVG images (imagesize-1.2.0 or above is required) -* #7025: html search: full text search can be disabled for individual document - using ``:nosearch:`` file-wide metadata * #6994: imgconverter: Support illustrator file (.ai) to .png conversion * autodoc: Support Positional-Only Argument separator (PEP-570 compliant) * autodoc: Support type annotations for variables diff --git a/doc/usage/restructuredtext/field-lists.rst b/doc/usage/restructuredtext/field-lists.rst index 0d1a47628..28b3cfe1b 100644 --- a/doc/usage/restructuredtext/field-lists.rst +++ b/doc/usage/restructuredtext/field-lists.rst @@ -59,4 +59,4 @@ At the moment, these metadata fields are recognized: .. note:: object search is still available even if `nosearch` option is set. - .. versionadded:: 2.4 + .. versionadded:: 3.0