Skip to content

Commit

Permalink
Document BC-break due to type declaration
Browse files Browse the repository at this point in the history
Identifier generators and value generation plan are now using type
declaration as much as possible.
  • Loading branch information
lcobucci committed Apr 3, 2018
1 parent 1afbf14 commit 1f0660d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Upgrade to 3.0

## BC Break: Missing type declaration added for identifier generators

The interfaces `Doctrine\ORM\Sequencing\Generator` and
`Doctrine\ORM\Sequencing\Planning\ValueGenerationPlan` now uses explicit type
declaration for parameters and return (as much as possible).

## BC Break: Removed possibility to extend the doctrine mapping xml schema with anything

If you want to extend it now you have to provide your own validation schema.
Expand Down

0 comments on commit 1f0660d

Please sign in to comment.