New in Symfony 2.4: Limit a Process Run with an idle Timeout
Symfony 2.4 adds the ability to define an idle timeout for a Process run.
New in Symfony 2.4: A Stopwatch Tag for Twig
Symfony 2.4 introduces a new tag to use the stopwatch in Twig templates.
New in Symfony 2.4: Better Error Messages for missing Classes and Functions
Symfony 2.4 helps you fix those class not found and undefined function PHP errors.
New in Symfony 2.4: Show logs in console
Symfony 2.4 automatically shows your log messages in the console output of commands.