Skip to content

Commit 6f194ee

Browse files
Remove reverted bc break (#9166)
1 parent 16cbc16 commit 6f194ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

UPGRADE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ It is now deprecated to rely on:
1616
- `Doctrine\ORM\Mapping\ClassMetadata::$tableGeneratorDefinition`;
1717
- or `Doctrine\ORM\Mapping\ClassMetadata::isIdGeneratorTable()`.
1818

19-
## BC Break: Removed possibility to extend the doctrine mapping xml schema with anything
20-
21-
If you want to extend it now you have to provide your own validation schema.
22-
2319
## New method `Doctrine\ORM\EntityManagerInterface#wrapInTransaction($func)`
2420

2521
Works the same as `Doctrine\ORM\EntityManagerInterface#transactional()` but returns any value returned from `$func` closure rather than just _non-empty value returned from the closure or true_.

0 commit comments

Comments
 (0)