Skip to content

Commit 812ea9b

Browse files
committed
revert addcidental removal of the changelog
1 parent b6b7601 commit 812ea9b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
hangelog
2+
=========
3+
4+
* **2013-05-30**: [DependencyInjection] added `enabled` flag to `phpcr_provider` config
5+
* **2013-07-26**: [Model] Deprecated setRouteContent and getRouteContent, use setContent and getContent instead.
6+
* **2013-07-19**: [Model] Separated database agnostic, doctrine generic and
7+
PHPCR-ODM specific code to prepare for Doctrine ORM support.
8+
* **2013-07-17**: [FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType
9+
10+
1.1.0-beta2
11+
12+
* **2013-05-28**: [Bundle] Only include Doctrine PHPCR compiler pass if PHPCR-ODM is present
13+
* **2013-05-25**: [Bundle] Drop symfony_ from symfony_cmf prefix
14+
* **2013-05-24**: [Document] ContentRepository now requires ManagerRegistry in the constructor and provides `setManagerName()` in the same way as RouteProvider
15+
* **2013-05-24**: [Document] RouteProvider now requires ManagerRegistry in the constructor (the `cmf_routing.default_route_provider` does this for you)
16+
* To use a different document manager from the registry, call `setManagerName()` on the RouteProvider

0 commit comments

Comments
 (0)