From 08c7b6a63e5a5cc73f0a04ce355b9fed286f8710 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 3 Oct 2024 13:37:50 +0900 Subject: [PATCH] changelog pass --- docs/changelog.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d0f528e..7e93283f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -38,9 +38,11 @@ Version 2.2.0 (TBA) especially pronounced when passing keyword arguments to constructors. Note that this improvement only applies to Python version 3.9 and newer (PR - `#706 `__, commits - `#e24d7f3 `__, - `#0acecb4 `__). + `#706 `__, commits + `#e24d7f `__, + `#0acecb `__, + `#77f910 `__, + `#2c96d5 `__). * A new :cpp:class:`nb::is_flag() ` annotation in :cpp:class:`nb::enum_\() ` produces enumeration @@ -141,8 +143,8 @@ Version 2.2.0 (TBA) * The :cpp:class:`nb::sig("...") ` annotation now supports `inline type parameter lists `__ such - as ``def first[T](l: Sequence[T]) -> T`` (PR `#709 - `__). + as ``def first[T](l: Sequence[T]) -> T`` (PR `#704 + `__). * Fixed implicit conversion of complex nd-arrays. (issue `#709 `__) @@ -159,8 +161,10 @@ Version 2.2.0 (TBA) * ABI version 15. * Minor fixes and improvements (PRs + `#703 `__, + `#724 `__, + `#723 `__, `#722 `__, - `#24 `__, `#715 `__, `#696 `__, `#693 `__,