Skip to content

Commit 1fc688b

Browse files
committed
updated changelog and composer.json
1 parent c70ef88 commit 1fc688b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.1.0-RC3
5+
---------
6+
7+
* **2013-09-04**: Marked ContentAwareGenerator as obsolete, use ContentAwareGenerator
8+
from the CMF routing component directly instead. This class will be removed in 1.2
49
* **2013-08-09**: dynamic.generic_controller is now defaulting to null instead
510
of the controller from CmfContentBundle. CmfCoreBundle is prepending the
611
CmfContentBundle generic controller if that bundle is present. If you do not

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefer-stable": false,
1616
"require": {
1717
"php": ">=5.3.3",
18-
"symfony-cmf/routing": "~1.1.0-RC1",
18+
"symfony-cmf/routing": "~1.1.0-RC3",
1919
"symfony/framework-bundle": "~2.2"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)