From 8b850e6074072aaf876c556fa89c379ffe80308c Mon Sep 17 00:00:00 2001 From: HeahDude Date: Sun, 26 Mar 2017 23:24:36 +0200 Subject: [PATCH] Fixed duplicated Console subtitle in UPGRADE file --- UPGRADE-3.3.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/UPGRADE-3.3.md b/UPGRADE-3.3.md index 53ff97fbe3..aeccf911ed 100644 --- a/UPGRADE-3.3.md +++ b/UPGRADE-3.3.md @@ -68,18 +68,15 @@ Console "" ``` + * The `console.exception` event and the related `ConsoleExceptionEvent` class + have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent` + class. The deprecated event and class will be removed in 4.0. + Debug ----- * The `ContextErrorException` class is deprecated. `\ErrorException` will be used instead in 4.0. -Console -------- - - * The `console.exception` event and the related `ConsoleExceptionEvent` class - have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent` - class. The deprecated event and class will be removed in 4.0. - DependencyInjection -------------------