Skip to content

Commit 0088e25

Browse files
committed
[skip ci] Trivial whitespace/formatting fixes/enhancements.
1 parent 4524619 commit 0088e25

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/changelog.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Changes will be added here periodically from the "Suggested changelog entry"
1010
block in pull request descriptions.
1111

1212

13-
IN DEVELOPMENT
14-
--------------
13+
IN DEVELOPMENT (v3.0.0)
14+
-----------------------
1515

1616
Changes will be summarized here periodically.
1717

@@ -27,7 +27,7 @@ New Features:
2727

2828
* Remove support for pybind11 v2 internals versions (4, 5, 6).
2929
(The internals version number has been bumped for pybind11 v3.)
30-
`#5512 <https://github.com/pybind/pybind11/pull/5512>`_
30+
`#5512 <https://github.com/pybind/pybind11/pull/5512>`_ |
3131
`#5530 <https://github.com/pybind/pybind11/pull/5530>`_
3232

3333
* (CMake) Enable FindPython mode by default, with a ``COMPAT`` mode that sets some of the old variables to ease transition.
@@ -69,7 +69,6 @@ New Features:
6969
`#5360 <https://github.com/pybind/pybind11/pull/5360>`_
7070

7171

72-
7372
New Features (typing):
7473

7574
.. feat(types)
@@ -83,14 +82,15 @@ New Features (typing):
8382
* Updated type hint for ``py::capsule`` to ``type.CapsuleType``.
8483
`#5567 <https://github.com/pybind/pybind11/pull/5567>`_
8584

86-
* Adds support for ``typing.SupportsInt`` and ``typing.SupportsFloat``. Update ``Final`` to be narrower type hint. Make ``std::function`` match ``Callable`` type. Fix ``io_name`` bug in
87-
``attr_with_type_hint``.
85+
* Adds support for ``typing.SupportsInt`` and ``typing.SupportsFloat``.
86+
Update ``Final`` to be narrower type hint. Make ``std::function`` match
87+
``Callable`` type. Fix ``io_name`` bug in ``attr_with_type_hint``.
8888
`#5540 <https://github.com/pybind/pybind11/pull/5540>`_
8989

9090
* Rework of arg/return type hints to support ``.noconvert()``.
9191
`#5486 <https://github.com/pybind/pybind11/pull/5486>`_
9292

93-
* add ``attr_with_type`` for declaring attribute types and ``Final``, ``ClassVar`` type annotations.
93+
* Add ``attr_with_type`` for declaring attribute types and ``Final``, ``ClassVar`` type annotations.
9494
`#5460 <https://github.com/pybind/pybind11/pull/5460>`_
9595

9696
* Allow annotate methods with ``py::pos_only`` when only have the ``self`` argument. Make arguments for auto-generated dunder methods positional-only.
@@ -111,7 +111,6 @@ New Features (typing):
111111
`#5469 <https://github.com/pybind/pybind11/pull/5469>`_
112112

113113

114-
115114
Bug fixes:
116115

117116
* Set ``__file__`` on submodules.
@@ -130,7 +129,7 @@ Bug fixes:
130129
`#5448 <https://github.com/pybind/pybind11/pull/5448>`_
131130

132131
* ``PYBIND11_PLATFORM_ABI_ID`` (which is used in composing ``PYBIND11_INTERNALS_ID``) was modernized to reflect actual ABI compatibility more accurately.
133-
`#4953 <https://github.com/pybind/pybind11/pull/4953>`_
132+
`#4953 <https://github.com/pybind/pybind11/pull/4953>`_ |
134133
`#5439 <https://github.com/pybind/pybind11/pull/5439>`_
135134

136135
* Fix buffer protocol implementation.

0 commit comments

Comments
 (0)