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

Remove BC notice

This commit is contained in:
Michaël Gallego 2014-05-17 16:59:43 +02:00
parent 8a8c6ea3a6
commit 9d7d731090

View File

@ -1,11 +1,5 @@
# Upgrade to 2.5
## Minor BC BREAK: EntityPersister `exists` now supports Criteria object
As of 2.5, `EntityPersister` interface supports a Criteria object as the `extraConditions` params. It
was previously typehinted to be an array, so if you implement your own persister, you need to modify
the signature.
## Minor BC BREAK: Custom Hydrators API change
As of 2.5, `AbstractHydrator` does not enforce the usage of cache as part of