8000 minor #22168 Fixed duplicated Console subtitle in UPGRADE file (HeahD… · romainneutron/symfony@21827a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21827a5

Browse files
committed
minor symfony#22168 Fixed duplicated Console subtitle in UPGRADE file (HeahDude)
This PR was merged into the 3.3-dev branch. Discussion ---------- Fixed duplicated Console subtitle in UPGRADE file | Q | A | ------------- | --- | Branch? | master <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes (sadly not but unrelated of course) | Fixed tickets | ~ <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | ~ <!--highly recommended for new features--> <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> Commits ------- 8b850e6 Fixed duplicated Console subtitle in UPGRADE file
2 parents 1b63474 + 8b850e6 commit 21827a5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

UPGRADE-3.3.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,15 @@ Console
6868
""
6969
```
7070

71+
* The `console.exception` event and the related `ConsoleExceptionEvent` class
72+
have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent`
73+
class. The deprecated event and class will be removed in 4.0.
74+
7175
Debug
7276
-----
7377

7478
* The `ContextErrorException` class is deprecated. `\ErrorException` will be used instead in 4.0.
7579

76-
Console
77-
-------
78-
79-
* The `console.exception` event and the related `ConsoleExceptionEvent` class
80-
have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent`
81-
class. The deprecated event and class will be removed in 4.0.
82-
8380
DependencyInjection
8481
-------------------
8582

0 commit comments

Comments
 (0)
0