From 1988fb8e1571a08bc9a4aa369dca2bfe91e9c577 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 6 Nov 2024 16:14:55 -0500 Subject: [PATCH 1/2] free-threading --- source/whats-new.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index 2df9fd59..e784dee7 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 4.11 ` * :ref:`Version 4.10 ` * :ref:`Version 4.9 ` * :ref:`Version 4.8 ` @@ -26,6 +27,16 @@ Learn what's new in: .. _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 `__ + when running Python v3.13+. + .. _version-4.10: What's New in 4.10 From 369b172c4bd1a72606bc824cca5a667b3110288c Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 6 Nov 2024 16:48:01 -0500 Subject: [PATCH 2/2] feedback --- source/whats-new.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index e784dee7..a287a189 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -34,8 +34,9 @@ What's New in 4.11 The {+driver-short+} v4.11 release includes the following new features: -- Adds support for `free-threaded CPython `__ - 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 `__. .. _version-4.10: