1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1159 - adding UPGRADE.md notes for Doctrine\ORM\Repository\DefaultRepositoryFactory becoming final

This commit is contained in:
Marco Pivetta 2014-10-14 01:48:25 +02:00
parent 8093c6ddb0
commit b61496a36b

View File

@ -71,6 +71,11 @@ As of PHP 5.6, instantiation of new entities is deferred to the
[`doctrine/instantiator`](https://github.com/doctrine/instantiator) library, which will avoid calling `__clone`
or any public API on instantiated objects.
## BC BREAK: `Doctrine\ORM\Repository\DefaultRepositoryFactory` is now `final`
Please implement the `Doctrine\ORM\Repository\RepositoryFactory` interface instead of extending
the `Doctrine\ORM\Repository\DefaultRepositoryFactory`.
# Upgrade to 2.4
## BC BREAK: Compatibility Bugfix in PersistentCollection#matching()