From 9cfdf1ef811be8bb55e33617c935c16ebe3e2c35 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 21 Jun 2017 08:20:20 +0200 Subject: [PATCH] #6325 documenting minor BC break introduced by adding a required parameter to the exception named constructor --- UPGRADE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 8aba870c6..a502c872e 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,6 +2,11 @@ ## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` +Method `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported` +now has a required parameter `$pathExpr`. + +## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` + 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)