浏览代码

added missing information in UPDATE file

Fabien Potencier 14 年之前
父节点
当前提交
61f02902fe
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      UPDATE.md

+ 4 - 0
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`.