diff --git a/docs/changelog.rst b/docs/changelog.rst index a5e68e15..a8e15fa4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,7 @@ case, both modules must use the same nanobind ABI version, or they will be isolated from each other. Releases that don't explicitly mention an ABI version below inherit that of the preceding release. -Version 2.2.0 (October 3, 2014) +Version 2.2.0 (October 3, 2024) ------------------------------- - nanobind can now target `free-threaded Python @@ -24,7 +24,7 @@ Version 2.2.0 (October 3, 2014) `__ with a fine-grained locking scheme (see `PEP 703 `__) to better leverage multi-core - parallelism. A `separate documation page `__ explains this in + parallelism. A :ref:`separate documation page ` explains this in detail (PRs `#695 `__, `#720 `__)