Skip to content

Commit a5644a5

Browse files
committed
cleanup changelog
1 parent 734a860 commit a5644a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ Changelog
2424
`route_basepaths` and accepts a list of base paths. See the changelog of
2525
the SimpleCmsBundle as the main impact is on that side.
2626

27+
* **2014-03-29**: Route document and entity constructor changed. The options
28+
are no longer mapped separately but as route options. See UPGRADE-1.2.md for
29+
instructions.
30+
2731
* **2014-03-26**: [ORM] Applied the cleanup for the PHPCR provider to the ORM
2832
provider now: If the route matched a pattern with a format extension, the
2933
format extension is no longer set as route a default.
3034

31-
* **2014-03-25**: setParent() and getParent() are now deprecated.
35+
* **2014-03-25**: [PHPCR] setParent() and getParent() are now deprecated.
3236
Use setParentDocument() and getParentDocument() instead.
3337
Moreover, you should now enable the ChildExtension from the CoreBundle.
3438

35-
* **2014-03-23**: When using PHPCR-ODM, routes can now be generated with their
39+
* **2014-03-23**: [PHPCR] urls can now be generated from the route
3640
uuid as route name as well, in addition to the repository path.
3741

3842
* **2013-12-23**: add support for ChainRouter::getRouteCollection(), added new

0 commit comments

Comments
 (0)