Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,24 @@ What's New

Learn what's new in:

* :ref:`Version 4.11 <version-4.11>`
* :ref:`Version 4.10 <version-4.10>`
* :ref:`Version 4.9 <version-4.9>`
* :ref:`Version 4.8 <version-4.8>`
* :ref:`Version 4.7 <version-4.7>`

.. _upcoming-breaking-changes:

.. _version-4.11:

What's New in 4.11
------------------

The {+driver-short+} v4.11 release includes the following new features:

- Adds support for `free-threaded CPython <https://docs.python.org/3/howto/free-threading-python.html>`__
when running Python v3.13+.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: instead of hyperlinking the text, I'd add a brief description of where this link is going

Suggested change
- Adds support for `free-threaded CPython <https://docs.python.org/3/howto/free-threading-python.html>`__
when running Python v3.13+.
- Adds support for free-threaded CPython when running Python v3.13+. For more information about free threading, see the `Python documentation <https://docs.python.org/3/howto/free-threading-python.html>`__.


.. _version-4.10:

What's New in 4.10
Expand Down
Loading