Skip to content

Commit

Permalink
Add UPGRADE file entry for service aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 11, 2019
1 parent 58ae4c0 commit 522f6e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UPGRADE-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ Registry
* `Registry` no longer implements `Symfony\Bridge\Doctrine\RegistryInterface`.
* Removed all deprecated entity manager specific methods from the registry.

Service aliases
---------------

* The `Doctrine\Common\Persistence\ManagerRegistry` and
`Symfony\Bridge\Doctrine\RegistryInterface` interfaces are no longer aliased
to the `doctrine` service, use `Doctrine\Bundle\DoctrineBundle\Registry`
instead.
* The `Doctrine\Common\Persistence\ObjectManager` interface is no longer
aliased to the `doctrine.orm.entity_manager` service, use
`Doctrine\ORM\EntityManagerInterface` instead.

Types
-----

Expand Down

0 comments on commit 522f6e3

Please sign in to comment.