From ef23f7401e3cf3019c8fcfd64b24feb03ce67f2c Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 18 Apr 2014 15:24:36 +0200 Subject: [PATCH] specify a deprecation process, see also #395 --- docs/docs/plugin-api.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs/plugin-api.rst b/docs/docs/plugin-api.rst index 447c9520..ce2c802d 100644 --- a/docs/docs/plugin-api.rst +++ b/docs/docs/plugin-api.rst @@ -14,6 +14,16 @@ documented here. These functions return :ref:`API classes `. +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 & at least two minor releases until we remove + the deprecated functionality. + + API documentation -----------------