Add CHANGES note for #10518

This commit is contained in:
Adam Turner 2022-07-17 21:52:15 +01:00
parent 490a8a9162
commit aa47f5d53a

View File

@ -36,6 +36,8 @@ Features added
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
* #10518: config: Add ``include_patterns`` as the opposite of ``exclude_patterns``.
Patch by Adam Turner.
Bugs fixed
----------