Update CHANGES for PR #7543

This commit is contained in:
Takeshi KOMIYA 2020-04-28 01:19:14 +09:00
parent 87a85a75e6
commit a3ddc73607

View File

@ -61,6 +61,7 @@ Features added
* #7533: html theme: Avoid whitespace at the beginning of genindex.html
* #7541: html theme: Add a "clearer" at the end of the "body"
* #7542: html theme: Make admonition/topic/sidebar scrollable
* #7543: html theme: Add top and bottom margins to tables
* C and C++: allow semicolon in the end of declarations.
* C++, parse parameterized noexcept specifiers.