From b270e2d12102ae4be90b438f8fb37e57827aabc3 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 11 Jun 2019 10:05:58 +0200 Subject: [PATCH] Remove old versionadded directives --- reference/constraints/_comparison-propertypath-option.rst.inc | 4 ---- translation/message_format.rst | 4 ---- 2 files changed, 8 deletions(-) diff --git a/reference/constraints/_comparison-propertypath-option.rst.inc b/reference/constraints/_comparison-propertypath-option.rst.inc index 66932a0e983..9512d59310a 100644 --- a/reference/constraints/_comparison-propertypath-option.rst.inc +++ b/reference/constraints/_comparison-propertypath-option.rst.inc @@ -15,7 +15,3 @@ with regard to the ``$startDate`` property of the same object, use ``{{ compared_value_path }}`` placeholder. Although it's not intended to include it in the error messages displayed to end users, it's useful when using APIs for doing any mapping logic on client-side. - - .. versionadded:: 4.4 - - The ``{{ compared_value_path }}`` placeholder was introduced in Symfony 4.4. diff --git a/translation/message_format.rst b/translation/message_format.rst index a0761ec75f6..b4f1f2769cc 100644 --- a/translation/message_format.rst +++ b/translation/message_format.rst @@ -4,10 +4,6 @@ How to Translate Messages using the ICU MessageFormat ===================================================== -.. versionadded:: 4.2 - - Support for ICU MessageFormat was introduced in Symfony 4.2. - Messages (i.e. strings) in applications are almost never completely static. They contain variables or other complex logic like pluralization. In order to handle this, the Translator component supports the `ICU MessageFormat`_ syntax.