diff --git a/Misc/ACKS b/Misc/ACKS index d81a424aba3..07fc1834db2 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -59,6 +59,7 @@ Alicia Arlen Jeffrey Armstrong Jason Asbahr David Ascher +Ammar Askar Chris AtLee Aymeric Augustin John Aycock diff --git a/Misc/NEWS b/Misc/NEWS index 61a1381278e..194325609d9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -773,6 +773,9 @@ Tools/Demos Documentation ------------- +- Issue #19489: Moved the search box from the sidebar to the header and footer + of each page. Patch by Ammar Askar. + - Issue #27285: Update documentation to reflect the deprecation of ``pyvenv`` and normalize on the term "virtual environment". Patch by Steve Piercy.