From 1cd9c0013b2552435efdad021730568cac8799eb Mon Sep 17 00:00:00 2001 From: Fabien Lucas Date: Fri, 11 May 2018 10:45:22 +0200 Subject: [PATCH] Add routing removal in Upgrade file --- UPGRADE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 076df5bcb..2b74aa2e2 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -85,6 +85,8 @@ given release. $producer->sendCommand(\Liip\ImagineBundle\Async\Commands::RESOLVE_CACHE /* ... */); ``` + - __[Routing]__ The `Resources/config/routing.xml` file has been removed. Use the new `Resources/config/routing.yaml` YAML file instead. + ## [1.9.1](https://github.com/liip/LiipImagineBundle/blob/2.0/CHANGELOG.md#191)