Skip to content

Commit 36f1892

Browse files
authored
Update UPGRADE.md
1 parent 41ca1df commit 36f1892

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

UPGRADE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ Since `ContainerAwareInterface` has been deprecated in Symfony 6.4, programmers
1010

1111
Therefore, it makes no sense to keep `EndlessContainerAwareCommand`. If you need to call `EntityManager::clear()` on your doctrine instance inside `EndlessCommand::finishIteration()`, you have to handle this in your code now.
1212

13-
If you need to access any service, inject it in the constructor of your derived class.
13+
If you need to access any service, inject it in the constructor of your derived class.
14+
15+
### Other behaviour changes
16+
17+
- Shutting down during startup will NOT run any iteration of the loop, previous versions did always at least run one iteration.
18+
- Support for using `setCode` to provide an implementation is removed.

0 commit comments

Comments
 (0)