From 3dbd188e978d67cc06bda5a6f9599034e186d416 Mon Sep 17 00:00:00 2001 From: Tristan Roussel Date: Sun, 20 Dec 2015 23:02:22 +0100 Subject: [PATCH] Remove 2.8 branch from patch documentation --- contributing/code/patches.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index 407c7124b02..0257a4e5a1d 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -110,8 +110,7 @@ work: * ``2.3``, if you are fixing a bug for an existing feature (you may have to choose a higher branch if the feature you are fixing was introduced in a later version); -* ``2.8``, if you are adding a new feature which is backward compatible; -* ``master``, if you are adding a new and backward incompatible feature. +* ``master``, if you are adding a new feature. .. note::