From 9d7d73109012774c5deabca7ce61aad5fe074094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Sat, 17 May 2014 16:59:43 +0200 Subject: [PATCH] Remove BC notice --- UPGRADE.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 83c9ceff9..e266c7bf0 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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