From 7473b05e0d7142ccd6196b2fd61a4f6c9dc21fbc Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 7 Sep 2022 21:06:14 +0100 Subject: [PATCH] Use asterisks for bullets --- CHANGES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 4684fc26dbf..1aeb27254e9 100644 --- a/CHANGES +++ b/CHANGES @@ -13,19 +13,19 @@ Deprecated Features added -------------- -- #10286: C++, support requires clauses not just between the template +* #10286: C++, support requires clauses not just between the template parameter lists and the declaration. -- #10755: linkcheck: Check the source URL of raw directives that use the ``url`` +* #10755: linkcheck: Check the source URL of raw directives that use the ``url`` option. -- #10781: Allow :rst:role:`ref` role to be used with definitions and fields. +* #10781: Allow :rst:role:`ref` role to be used with definitions and fields. Bugs fixed ---------- -- #10257: C++, ensure consistent non-specialization template argument +* #10257: C++, ensure consistent non-specialization template argument representation. -- #10729: C++, fix parsing of certain non-type template parameter packs. -- #10715: Revert #10520: "Fix" use of sidebar classes in ``agogo.css_t`` +* #10729: C++, fix parsing of certain non-type template parameter packs. +* #10715: Revert #10520: "Fix" use of sidebar classes in ``agogo.css_t`` Testing --------