-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Scope widening and missing request (#306)
* Fix Scope widening and missing request * Add UPGRADE note
- Loading branch information
1 parent
9eb745c
commit 6e128d3
Showing
3 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
UPGRADE 2.x | ||
=========== | ||
|
||
## Deprecated `TranslatedEntityType::setRequest` | ||
|
||
If you are extending `TranslatedEntityType`, you should know that | ||
`setRequest` is deprecated and will be removed on next major. Instead | ||
you might use `setRequestStack` unless you are using SymfonyF 2.3 | ||
(In this case we recommend updating to atleast Symfony 2.8) |