浏览代码

updated UPDATE

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

+ 8 - 0
UPDATE.md

@@ -19,6 +19,11 @@ PR9 to PR10
 
     *Doctrine*:    `$em->find('Blog:Post', $id)` -> `$em->find('BlogBundle:Post', $id)`
 
+* Almost all core bundles parameters have been removed. You should use the
+  settings exposed by the bundle extension configuration instead.
+
+* Some core bundles service names changed for better consistency.
+
 * Namespace for validators has changed from `validation` to `assert` (it was
   announced for PR9 but it was not the case then):
 
@@ -33,6 +38,9 @@ PR9 to PR10
     Moreover, the `Assert` prefix used for some constraints has been removed
     (`AssertTrue` to `True`).
 
+* `ApplicationTester::getDisplay()` and `CommandTester::getDisplay()` method
+  now return the command exit code
+
 PR8 to PR9
 ----------