Skip to content

Commit 2a9e0be

Browse files
committed
prepare 1.0.0-RC1
1 parent 0048898 commit 2a9e0be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
1.0.0-RC1
5+
---------
6+
47
* **2013-07-31**: [EventDispatcher] Added events to the dynamic router at the start of match and matchRequest
58
* **2013-07-29**: [DependencyInjection] restructured `phpcr_provider` config into `persistence` -> `phpcr` to match other Bundles
69
* **2013-07-28**: [DependencyInjection] added `enabled` flag to `phpcr_provider` config
@@ -10,6 +13,7 @@ Changelog
1013
* **2013-07-17**: [FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType
1114

1215
1.1.0-beta2
16+
-----------
1317

1418
* **2013-05-28**: [Bundle] Only include Doctrine PHPCR compiler pass if PHPCR-ODM is present
1519
* **2013-05-25**: [Bundle] Drop symfony_ from symfony_cmf prefix

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": "dev-master",
18+
"symfony-cmf/routing": "~1.1.0-RC1",
1919
"symfony/framework-bundle": "~2.2"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)