Update CHANGES for PR #7721

This commit is contained in:
Takeshi KOMIYA 2020-06-05 23:02:58 +09:00
parent 2ffa08fdb4
commit 740cb3351e

View File

@ -75,6 +75,8 @@ Features added
* #7542: html theme: Make admonition/topic/sidebar scrollable
* #7543: html theme: Add top and bottom margins to tables
* #7695: html theme: Add viewport meta tag for basic theme
* #7721: html theme: classic: default codetextcolor/codebgcolor doesn't override
Pygments
* C and C++: allow semicolon in the end of declarations.
* C++, parse parameterized noexcept specifiers.
* #7294: C++, parse expressions with user-defined literals.