diff --git a/UPGRADE.md b/UPGRADE.md index 3132aef98..6432d3a17 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -4,20 +4,20 @@ Since it's just an utilitarian class and should not be inherited. -## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` +## Minor BC BREAK: removed `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported()` -Method `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported` +Method `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported()` now has a required parameter `$pathExpr`. -## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` +## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction()` -Method `Doctrine\ORM\Query\Parser#isInternalFunction` was removed because +Method `Doctrine\ORM\Query\Parser#isInternalFunction()` was removed because the distinction between internal function and user defined DQL was removed. [#6500](https://github.com/doctrine/doctrine2/pull/6500) -## Minor BC BREAK: removed `Doctrine\ORM\ORMException#overwriteInternalDQLFunctionNotAllowed` +## Minor BC BREAK: removed `Doctrine\ORM\ORMException#overwriteInternalDQLFunctionNotAllowed()` -Method `Doctrine\ORM\Query\Parser#overwriteInternalDQLFunctionNotAllowed` was +Method `Doctrine\ORM\Query\Parser#overwriteInternalDQLFunctionNotAllowed()` was removed because of the choice to allow users to overwrite internal functions, ie `AVG`, `SUM`, `COUNT`, `MIN` and `MAX`. [#6500](https://github.com/doctrine/doctrine2/pull/6500)