From 92d6560af9d12eb8f87f1bc342a098ef82982c5e Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 2 Nov 2022 14:40:09 +0100 Subject: [PATCH] review --- UPGRADE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 160864cf5d6..c93dd986960 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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. @@ -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