Skip to content

Commit

Permalink
minor #20206 [TwigBridge] update the upgrade instructions (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.2-dev branch.

Discussion
----------

[TwigBridge] update the upgrade instructions

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

2a970ce [TwigBridge] update the upgrade instructions
  • Loading branch information
fabpot committed Oct 12, 2016
2 parents 406462f + 2a970ce commit 4cc2424
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADE-3.2.md
Expand Up @@ -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
---------

Expand Down
6 changes: 6 additions & 0 deletions UPGRADE-4.0.md
Expand Up @@ -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
----

Expand Down

0 comments on commit 4cc2424

Please sign in to comment.