1
0
mirror of synced 2025-03-06 12:56:10 +03:00

#6325 documenting minor BC break introduced by adding a required parameter to the exception named constructor

This commit is contained in:
Marco Pivetta 2017-06-21 08:20:20 +02:00
parent 9b9128ae77
commit 9cfdf1ef81
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -2,6 +2,11 @@
## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` ## 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 Method `Doctrine\ORM\Query\Parser#isInternalFunction` was removed because
the distinction between internal function and user defined DQL was removed. the distinction between internal function and user defined DQL was removed.
[#6500](https://github.com/doctrine/doctrine2/pull/6500) [#6500](https://github.com/doctrine/doctrine2/pull/6500)