Add UPGRADE file info

This commit is contained in:
Michał Pysiak 2024-10-29 13:40:42 +01:00
parent 7e3541196a
commit 80d018e87a
No known key found for this signature in database
GPG key ID: 475188AD401EB310
2 changed files with 3 additions and 1 deletions

View file

@ -60,6 +60,8 @@ In Sylius 2.0, we have changed the visibility of services to `private` by defaul
* The following classes were removed:
* `Sylius\Bundle\ApiBundle\EventListener\PostgreSQLDriverExceptionListener`
* `Sylius\Bundle\CoreBundle\Twig\FilterExtension`
* `Sylius\Bundle\CoreBundle\DependencyInjection\Compiler\LiipImageFiltersPass`
* `Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\DataSource`
* `Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\Driver`
* `Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\ExpressionBuilder`

View file

@ -42,7 +42,7 @@ final readonly class NotificationContext implements Context
{
Assert::true($this->notificationsElement->hasNotification((string) NotificationType::success(), 'has been successfully updated.'));
}
/**
* @Then I should be notified that it :has been successfully deleted
* @Then I should be notified that they :have been successfully deleted