diff --git a/UPGRADE-14.0.md b/UPGRADE-14.0.md index c13bf8c6e2f..4fb2453380e 100644 --- a/UPGRADE-14.0.md +++ b/UPGRADE-14.0.md @@ -107,6 +107,10 @@ Follow the instructions in relevant sections, e.g. `shopsys/coding-standards` or - see #project-base-diff to update your project - re-enable phing target cron ([#2875](https://github.com/shopsys/shopsys/pull/2875)) - see #project-base-diff to update your project +- prepare core for dispatch/consume system ([#2907](https://github.com/shopsys/shopsys/pull/2907)) + - your custom classes using internal array caching or should be somehow reset between consuming messages should now implement `\Symfony\Contracts\Service\ResetInterface` interface + - method `Shopsys\FrameworkBundle\Model\Product\Pricing\ProductPriceRecalculationScheduler::cleanScheduleForImmediateRecalculation()` has been renamed to `reset()` + - see #project-base-diff to update your project ### Storefront