Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
michnovka committed Nov 2, 2022
1 parent 7f79a5d commit 92d6560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upgrade to 3.0

## BC BREAK: Changed `EntityManagerInterface#refresh($entity)`, `EntityManagerDecorator#refresh($entity)` and `UnitOfWork#refresh($entity)` signatures

The new signatures of these methods add an optional `LockMode|int|null $lockMode`
param with default `null` value (no lock).

## BC Break: Removed AnnotationDriver

The annotation driver and anything related to annotation has been removed.
Expand Down Expand Up @@ -508,11 +513,6 @@ following classes and methods:

Use `toIterable()` instead.

## BC BREAK: Changed `EntityManagerInterface#refresh($entity)`, `EntityManagerDecorator#refresh($entity)` and `UnitOfWork#refresh($entity)` signatures

The new signatures of these methods add an optional `LockMode|int|null $lockMode`
param with default `null` value (no lock).

# Upgrade to 2.14

## Deprecated incomplete schema updates
Expand Down

0 comments on commit 92d6560

Please sign in to comment.