From b6ab64b026660f71909dd06d53676787031f4ffa Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 22 Aug 2015 11:08:56 +0200 Subject: [PATCH] [#5595] Added versionadded --- reference/twig_reference.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 268d69d6815..b9dcc00a2e1 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -383,6 +383,10 @@ Makes a technical name human readable (i.e. replaces underscores by spaces or transforms camelCase text like ``helloWorld`` to ``hello world`` and then capitalizes the string). +.. versionadded:: 2.3 + Transforming camelCase text into human readable text was introduced in + Symfony 2.3. + trans ~~~~~