8000 Upgrade File for 2.5 by danez · Pull Request #9972 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Upgrade File for 2.5 #9972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added upgrade info for #9601
  • Loading branch information
Daniel Tschinder committed Jan 8, 2014
commit fefcf4194af548cec548262e10f02428ca0e6e15
7 changes: 7 additions & 0 deletions UPGRADE-2.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
UPGRADE FROM 2.4 to 2.5
=======================

Routing
-------

* Added a new optional parameter `$requiredSchemes` to `Symfony\Component\Routing\Generator\UrlGenerator::doGenerate()`
0