diff --git a/UPDATE.md b/UPDATE.md index 7ab2c0c36c..a85c260783 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -12,6 +12,10 @@ RC4 to RC5 * The `exception_controller` setting has been moved from the `framework` section to the `twig` one. +* The custom error pages must now reference `TwigBundle` instead of + `FrameworkBundle` (see + http://symfony.com/doc/2.0/cookbook/controller/error_pages.html) + * `EntityUserProvider` class has been moved and FQCN changed from `Symfony\Component\Security\Core\User\EntityUserProvider` to `Symfony\Bridge\Doctrine\Security\User\EntityUserProvider`.