Browse Source

Updated CHANGELOG.md

dantleech 12 năm trước cách đây
mục cha
commit
e87e95544f
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      CHANGELOG.md

+ 9 - 1
CHANGELOG.md

@@ -20,6 +20,14 @@ CHANGELOG
           return null !== $this->request;
       }
 
+### 2013-07-23
+
+* [BC BREAK] changed route name/pattern guesser to be more acurate and
+  persistance layer agnostic, this might affect you if you use a namespace scheme
+  similar to the examples below:
+    * **Before** - admin for `Symfony\Cmf\Bundle\FoobarBundle\Document\Bar` generated base route name  `admin_bundle_foobar_bar` and base pattern `/cmf/bundle/bar`
+    * **After** - admin for `Symfony\Cmf\Bundle\FoobarBundle\Document\Bar` generates `admin_cmf_foobar_bar` and `/cmf/foobar/bar`
+
 ### 2013-07-05
 
 *  Remove qTip
@@ -123,4 +131,4 @@ CHANGELOG
 * register routes by using the getUrls from each Admin class
 * build admin information "on demand"
 * create an EntityAdmin and add new abstract method into the Admin class
-* add inline edition for one-to-one association
+* add inline edition for one-to-one association