Add upgrade note

This commit is contained in:
Francis Hilaire 2020-05-06 11:58:05 +02:00
parent 80221911d7
commit f93262c89c

View file

@ -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.