|
@@ -14,7 +14,7 @@ beta1 to beta2
|
|
|
|
|
|
* The Doctrine metadata files has moved from
|
|
* The Doctrine metadata files has moved from
|
|
``Resources/config/doctrine/metadata/orm/`` to ``Resources/config/doctrine``
|
|
``Resources/config/doctrine/metadata/orm/`` to ``Resources/config/doctrine``
|
|
- and the extension from ``.dcm.yml`` to ``.orm.dcm.yml``
|
|
|
|
|
|
+ and the extension from ``.dcm.yml`` to ``.orm.yml``
|
|
|
|
|
|
Before:
|
|
Before:
|
|
|
|
|
|
@@ -23,8 +23,8 @@ beta1 to beta2
|
|
|
|
|
|
After:
|
|
After:
|
|
|
|
|
|
- Resources/config/doctrine/Bundle.Entity.orm.dcm.xml
|
|
|
|
- Resources/config/doctrine/Bundle.Entity.orm.dcm.yml
|
|
|
|
|
|
+ Resources/config/doctrine/Bundle.Entity.orm.xml
|
|
|
|
+ Resources/config/doctrine/Bundle.Entity.orm.yml
|
|
|
|
|
|
* With the introduction of a new Doctrine Registry class, the following
|
|
* With the introduction of a new Doctrine Registry class, the following
|
|
parameters have been removed (replaced by methods on the `doctrine`
|
|
parameters have been removed (replaced by methods on the `doctrine`
|