From 341a733979f5cd828a03cab63b82bd6ecd9016b9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 13 Mar 2017 21:12:46 +0100 Subject: [PATCH] clarify versionadded removal process --- contributing/documentation/format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/documentation/format.rst b/contributing/documentation/format.rst index fafb7a21c95..f1c8031e62d 100644 --- a/contributing/documentation/format.rst +++ b/contributing/documentation/format.rst @@ -195,8 +195,8 @@ Whenever a new minor version of Symfony is released (e.g. 2.4, 2.5, etc), a new branch of the documentation is created from the ``master`` branch. At this point, all the ``versionadded`` tags for Symfony versions that have reached end-of-maintenance will be removed. For example, if Symfony 2.5 were -released today, and 2.2 had recently reached its end-of-life, the 2.2 ``versionadded`` -tags would be removed from the new ``2.5`` branch. +released today, and 2.2 had recently reached its end-of-maintenance, the 2.2 +``versionadded`` tags would be removed from the new ``2.5`` branch. .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _Sphinx: http://sphinx-doc.org/