Added a notice in the `nl2br` filter documentation about the proper Twig version...
authorJavier Eguíluz <javier.eguiluz@gmail.com>
Fri, 23 Dec 2011 09:26:49 +0000 (10:26 +0100)
committerJavier Eguíluz <javier.eguiluz@gmail.com>
Fri, 23 Dec 2011 09:26:49 +0000 (10:26 +0100)
doc/filters/nl2br.rst

index 366ca83..694c672 100644 (file)
@@ -1,6 +1,9 @@
 ``nl2br``
 =========
 
+.. versionadded:: 1.5
+    The nl2br filter was added in Twig 1.5.
+
 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
 
 .. code-block:: jinja