瀏覽代碼

updated UPDATE file

Fabien Potencier 14 年之前
父節點
當前提交
7be61bd72a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      UPDATE.md

+ 4 - 0
UPDATE.md

@@ -19,6 +19,10 @@ PR9 to PR10
 
     *Doctrine*:    `$em->find('Blog:Post', $id)` -> `$em->find('BlogBundle:Post', $id)`
 
+* `ZendBundle` has been replaced by `MonologBundle`. Have a look at the
+  changes made to Symfony SE to see how to upgrade your projects:
+  https://github.com/symfony/symfony-standard/pull/30/files
+
 * Almost all core bundles parameters have been removed. You should use the
   settings exposed by the bundle extension configuration instead.