Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e98c068

Browse files
committed
minor #20911 reorder upgrade entries alphabetically (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- reorder upgrade entries alphabetically | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This makes it easier to scan the file for existing entries for a particular sub-package. Commits ------- 108ac9e reorder upgrade entries alphabetically
2 parents 69dcf41 + 108ac9e commit e98c068

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

UPGRADE-3.3.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Finder
1818

1919
* The `ExceptionInterface` has been deprecated and will be removed in 4.0.
2020

21+
HttpKernel
22+
-----------
23+
24+
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array of pools indexed
25+
by name to the constructor instead.
26+
2127
Security
2228
--------
2329

@@ -29,9 +35,3 @@ SecurityBundle
2935

3036
* The `FirewallContext::getContext()` method has been deprecated and will be removed in 4.0.
3137
Use the `getListeners()` method instead.
32-
33-
HttpKernel
34-
-----------
35-
36-
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array of pools indexed
37-
by name to the constructor instead.

0 commit comments

Comments
 (0)