From 36697237de2fd9baee6bcb44e880012a83b687f2 Mon Sep 17 00:00:00 2001 From: Yun Kim Date: Wed, 30 Aug 2023 15:50:46 -0400 Subject: [PATCH] Fix release note indentation --- docs/spelling_wordlist.txt | 1 + .../notes/release-2.0-3af0045e2261bd02.yaml | 15 ++++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 17b6a08c432..618def966ea 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -205,6 +205,7 @@ sqlite stacktrace starlette statsd +stdout stringable subclass subdirectory diff --git a/releasenotes/notes/release-2.0-3af0045e2261bd02.yaml b/releasenotes/notes/release-2.0-3af0045e2261bd02.yaml index 5b91f56a29a..7ccef6c1f0d 100644 --- a/releasenotes/notes/release-2.0-3af0045e2261bd02.yaml +++ b/releasenotes/notes/release-2.0-3af0045e2261bd02.yaml @@ -1,21 +1,21 @@ --- prelude: > - The Datadog APM Python team is happy to announce the release of v2.0.0 of - ddtrace. This release introduces a formal :ref:`support policy< - introduces a formal :ref:`versioning support policy` for the major - versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and - adds support for Python 3.12. + The Datadog APM Python team is happy to announce the release of v2.0.0 of ddtrace. + This release introduces a formal :ref:`versioning support policy` for the major + versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and adds support for Python 3.12. + .. important:: ddtrace v2.0.0 drops support for Python 2.7, 3.5, and 3.6. Users running these unsupported Python versions should consider upgrading their Python version or continue using ddtrace v1 of the ddtrace library, which is now in maintenance mode and will only receive bug fixes. - + Before upgrading to v2.0.0, we recommend users install ``ddtrace>=1.18.0,<2.0.0`` and enable deprecation warnings. All removals to the library interface and environment variables were deprecated on the 1.x branch. + .. note:: The changes to environment variables apply only to the configuration of the ddtrace library and not the Datadog Agent. @@ -65,9 +65,6 @@ prelude: > * - ``DD_REMOTECONFIG_POLL_SECONDS`` - ``DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS`` - :ref:`📝` - * - ``DD_CALL_BASIC_CONFIG`` - - None - - :ref:`📝` .. _removed-2.0-tracing-interfaces: