From f7eb43df56ade249413b4cc2d586ccdf2bf6f207 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 18 Jan 2016 23:59:33 +0100 Subject: [PATCH] replace EOL with EOM IIRC with end-of-life we usually refer to the time when a Symfony release does not receive Security fixes anymore. But we remove all the `versionadded` directives when a Symfony version does not receive bug fixes anymore. --- 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 599d7284152..aec7b9d5866 100644 --- a/contributing/documentation/format.rst +++ b/contributing/documentation/format.rst @@ -194,8 +194,8 @@ how the behavior has changed: 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-life 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`` +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. Testing Documentation