From d7d42c8e39f7d4e0da73d22b0bbf0fb34f43c5ad Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 20 Jul 2020 02:04:31 +0200 Subject: [PATCH] Rewrite the deprecation handling --- docs/docs/api.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/api.rst b/docs/docs/api.rst index 33346d7d..8eac9bd6 100644 --- a/docs/docs/api.rst +++ b/docs/docs/api.rst @@ -169,6 +169,5 @@ Deprecations The deprecation process is as follows: -1. A deprecation is announced in the next major/minor release. -2. We wait either at least a year and at least two minor releases until we - remove the deprecated functionality. +1. A deprecation is announced in any release. +2. The next major release removes the deprecated functionality.