Skip to content

Commit 08c7b6a

Browse files
committed
changelog pass
1 parent 6345527 commit 08c7b6a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/changelog.rst

+10-6
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ Version 2.2.0 (TBA)
3838
especially pronounced when passing keyword arguments to
3939
constructors. Note that this improvement only applies to
4040
Python version 3.9 and newer (PR
41-
`#706 <https://github.com/wjakob/nanobind/pull/695>`__, commits
42-
`#e24d7f3 <https://github.com/wjakob/nanobind/commit/e24d7f3434a6bbcc33cd8965632dc47f943fb2f8>`__,
43-
`#0acecb4 <https://github.com/wjakob/nanobind/commit/0acecb474874f286119dce2b97b84142b6ada1a8>`__).
41+
`#706 <https://github.com/wjakob/nanobind/pull/706>`__, commits
42+
`#e24d7f <https://github.com/wjakob/nanobind/commit/e24d7f3434a6bbcc33cd8965632dc47f943fb2f8>`__,
43+
`#0acecb <https://github.com/wjakob/nanobind/commit/0acecb474874f286119dce2b97b84142b6ada1a8>`__,
44+
`#77f910 <https://github.com/wjakob/nanobind/commit/77f910f2a92c88f2c5512f3c375b4fe94369558e>`__,
45+
`#2c96d5 <https://github.com/wjakob/nanobind/commit/2c96d5ae2fdbca030dccb1d01c457c7c5df29a0d>`__).
4446

4547
* A new :cpp:class:`nb::is_flag() <is_flag>` annotation in
4648
:cpp:class:`nb::enum_\<T\>() <enum_>` produces enumeration
@@ -141,8 +143,8 @@ Version 2.2.0 (TBA)
141143
* The :cpp:class:`nb::sig("...") <sig>` annotation now supports `inline type
142144
parameter lists
143145
<https://docs.python.org/3/reference/compound_stmts.html#type-params>`__ such
144-
as ``def first[T](l: Sequence[T]) -> T`` (PR `#709
145-
<https://github.com/wjakob/nanobind/pull/709>`__).
146+
as ``def first[T](l: Sequence[T]) -> T`` (PR `#704
147+
<https://github.com/wjakob/nanobind/pull/704>`__).
146148

147149
* Fixed implicit conversion of complex nd-arrays. (issue `#709
148150
<https://github.com/wjakob/nanobind/issues/709>`__)
@@ -159,8 +161,10 @@ Version 2.2.0 (TBA)
159161
* ABI version 15.
160162

161163
* Minor fixes and improvements (PRs
164+
`#703 <https://github.com/wjakob/nanobind/pull/703>`__,
165+
`#724 <https://github.com/wjakob/nanobind/pull/724>`__,
166+
`#723 <https://github.com/wjakob/nanobind/pull/723>`__,
162167
`#722 <https://github.com/wjakob/nanobind/pull/722>`__,
163-
`#24 <https://github.com/wjakob/nanobind/pull/724>`__,
164168
`#715 <https://github.com/wjakob/nanobind/pull/715>`__,
165169
`#696 <https://github.com/wjakob/nanobind/pull/696>`__,
166170
`#693 <https://github.com/wjakob/nanobind/pull/693>`__,

0 commit comments

Comments
 (0)