Skip to content

Commit de9607d

Browse files
committed
[#6690] add versionadded directive
1 parent ad3dbba commit de9607d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/console/introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ level. For example::
232232
// alternatively you can pass the verbosity level to writeln()
233233
$output->writeln('...', OutputInterface::VERBOSITY_VERBOSE);
234234

235+
.. versionadded:: 2.8
236+
The ability to pass the verbosity level to the ``writeln()` method was
237+
introduced in Symfony 2.8.
238+
235239
There are also more semantic methods you can use to test for each of the
236240
verbosity levels::
237241

0 commit comments

Comments
 (0)