8000 minor #30387 add deprecated router options to upgrade files (xabbuh) · symfony/symfony@da29243 · GitHub
[go: up one dir, main page]

Skip to content

Commit da29243

Browse files
committed
minor #30387 add deprecated router options to upgrade files (xabbuh)
This PR was merged into the 4.3-dev branch. Discussion ---------- add deprecated router options to upgrade files | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30249 (comment) | License | MIT | Doc PR | Commits ------- c3da27a add deprecated router options to upgrade files
2 parents 3165d4b + c3da27a commit da29243

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE-4.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ HttpFoundation
5050
* The `FileinfoMimeTypeGuesser` class has been deprecated,
5151
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
5252

53+
Routing
54+
-------
55+
56+
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
57+
options have been deprecated.
58+
5359
Security
5460
--------
5561

UPGRADE-5.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ Process
223223
$process = Process::fromShellCommandline('ls -l');
224224
```
225225

226+
Routing
227+
-------
228+
229+
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
230+
options have been removed.
231+
226232
Security
227233
--------
228234

0 commit comments

Comments
 (0)
0