Skip to content

Commit

Permalink
fix link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 3, 2024
1 parent 353f19f commit f3e2796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,7 +24,7 @@ Version 2.2.0 (October 3, 2014)
<https://en.wikipedia.org/wiki/Global_interpreter_lock>`__ with a
fine-grained locking scheme (see `PEP 703
<https://peps.python.org/pep-0703/>`__) to better leverage multi-core
parallelism. A `separate documation page <free-threading>`__ explains this in
parallelism. A :ref:`separate documation page <free-threaded>` explains this in
detail (PRs `#695 <https://github.com/wjakob/nanobind/pull/695>`__, `#720
<https://github.com/wjakob/nanobind/pull/720>`__)

Expand Down

0 comments on commit f3e2796

Please sign in to comment.