mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Add upgrade note
This commit is contained in:
parent
80221911d7
commit
f93262c89c
1 changed files with 2 additions and 0 deletions
|
|
@ -85,3 +85,5 @@
|
|||
|
||||
1. Service alias `Sylius\Component\Channel\Context\ChannelContextInterface` was changed from `sylius.context.channel.composite` to `sylius.context.channel`.
|
||||
The later is being decorated by `sylius.context.channel.cached` which caches the channel per request and reduces the amount of database queries.
|
||||
|
||||
1. A `serialization_group` has been added to the route `sylius_admin_ajax_product_index` to avoid infinite loop or time out during this ajax request.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue