diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 2b2fd16c94eb7..d7474e558f330 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -18,6 +18,11 @@ UPGRADE FROM 2.x to 3.0 `DebugClassLoader`. The difference is that the constructor now takes a loader to wrap. +### Console + + * The methods `isQuiet`, `isVerbose`, `isVeryVerbose` and `isDebug` were added + to `Symfony\Component\Console\Output\OutputInteface`. + ### EventDispatcher * The interface `Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface`