Skip to content

Commit

Permalink
Update upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 22, 2017
1 parent 267300c commit 5cfe581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgrades/upgrade_080_090.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Follow the instructions to upgrade your code to this newer version.

* Many services that should not be used directly and are not part of public API
are now marked as private in service container. Remove usage of those services
in your code.
in your code. Note that some of the services (forms, validators and event
subscribers) were not marked as private due to incompatibilities with
Symfony 2.8, but will be marked as such in a future update.

* Most of the internal ``protected`` dependencies and methods were made
``private``. Rather than extending internal classes, you need to use other
Expand Down

0 comments on commit 5cfe581

Please sign in to comment.