From df5f480b4cd82b89a64ffdeaeea3859c13faf70d Mon Sep 17 00:00:00 2001 From: Jefersson Nathan Date: Wed, 11 Jan 2017 17:35:28 -0300 Subject: [PATCH] document change as minor BC Break --- UPGRADE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index b71e10adb..e29cd0792 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,9 @@ # Upgrade to 2.5 +## Minor BC BREAK: remove $className parameter on AbstractEntityInheritancePersister#getSelectJoinColumnSQL + +As `$className` parameter is not used on its method body, it was safely removed. + ## Minor BC BREAK: query cache key time is now a float As of 2.5.5, the `QueryCacheEntry#time` property will contain a float value