From a7a163434181a2e764850dfa32e40599f23441d1 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Wed, 19 Jun 2019 03:10:38 +0000 Subject: [PATCH] update engine deprecation policy To allow for an explicit removal period. Signed-off-by: Andrew Hsu --- engine/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/index.md b/engine/index.md index cd9a0f2bf3..ee2195297f 100644 --- a/engine/index.md +++ b/engine/index.md @@ -98,8 +98,8 @@ on the separate [Release Notes page](/release-notes) As changes are made to Docker there may be times when existing features need to be removed or replaced with newer features. Before an existing feature is removed it is labeled as "deprecated" within the documentation -and remains in Docker for at least 3 stable releases. After that time it may be -removed. +and remains in Docker for at least 3 stable releases unless specified +explicitly otherwise. After that time it may be removed. Users are expected to take note of the list of deprecated features each release and plan their migration away from those features, and (if applicable)