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

Skip to content

Commit 5da1bc6

Browse files
committed
added missing listener priority changes in the UPGRADE file (refs #2680)
1 parent 75dfc8f commit 5da1bc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UPGRADE-2.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
configuration (i.e. `config.yml`), merging could yield a set of base URL's
1414
for multiple environments.
1515

16+
* The priorities for the built-in listeners have changed:
17+
18+
2.0 2.1
19+
security.firewall request 64 8
20+
locale listener early_request 253 255
21+
request -1 16
22+
router listener early_request 255 128
23+
request 10 32
24+
1625
### Doctrine
1726

1827
* The DoctrineBundle is moved from the Symfony repository to the Doctrine repository.

0 commit comments

Comments
 (0)