[TwigBridge] update the upgrade instructions

This commit is contained in:
Christian Flothmann 2016-10-11 22:49:30 +02:00
parent 406462f895
commit 2a970ceafb
2 changed files with 12 additions and 0 deletions

View File

@ -94,6 +94,12 @@ HttpFoundation
- `isInvalid`/`isSuccessful`/`isRedirection`/`isClientError`/`isServerError`
- `isOk`/`isForbidden`/`isNotFound`/`isRedirect`/`isEmpty`
TwigBridge
----------
* Deprecated the possibility to inject the Form Twig Renderer into the form
extension. Inject it into the `TwigRendererEngine` instead.
Validator
---------

View File

@ -175,6 +175,12 @@ Translation
* Removed the backup feature from the file dumper classes.
TwigBridge
----------
* The possibility to inject the Form Twig Renderer into the form extension
has been removed. Inject it into the `TwigRendererEngine` instead.
Yaml
----