From 1621e7089b199c651a1116676765b054131408bb Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Fri, 8 Oct 2021 08:25:24 +0200 Subject: [PATCH] Fix some formatting in the v2.8.0 changelog [skipci] --- docs/changelog.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1dab8765f2..80c580b180 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -53,9 +53,10 @@ New features: `#3293 `_ * Improve the classes generated by ``bind_map``: `#3310 `_ - * Change ``.items`` from an iterator to a dictionary view. - * Add ``.keys`` and ``.values`` (both dictionary views). - * Allow ``__contains__`` to take any object. + + * Change ``.items`` from an iterator to a dictionary view. + * Add ``.keys`` and ``.values`` (both dictionary views). + * Allow ``__contains__`` to take any object. * ``pybind11::custom_type_setup`` was added, for customizing the ``PyHeapTypeObject`` corresponding to a class, which may be useful for