diff --git a/docs/changelog.rst b/docs/changelog.rst index 4ecb1698..719fdb8b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -36,10 +36,11 @@ Version 1.8.0 (Nov 2, 2023) `__, commit `ba8c7f `__). -* Added an importer for ``std::nullopt_t`` (PR `#350 +* Added a type caster for ``std::nullopt_t`` (PR `#350 `__). -* Added a C++ → Python type caster for ``Eigen::Ref<..>`` (PR `#334 +* Added the missing C++ → Python portion of the type caster for + ``Eigen::Ref<..>`` (PR `#334 `__). * Minor fixes and improvements.