Skip to content

Commit 2f52cb7

Browse files
authored
Merge pull request #445 from symfony-cmf/autowiring
Autowiring
2 parents 10db3ba + c2caa8e commit 2f52cb7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Changelog
22
=========
33

4-
2.2.0(ureleased)
4+
2.2.0 (unreleased)
55
---------------
66

7-
* **YYYY-MM-DD**:
7+
* Autowiring support for ChainRouterInterface
8+
* Fix Symfony deprecations and raise lowest versions to 3.4 || 4.3
9+
* Fix PHPCR route candidates handling for PHPCR node name edge cases
810

911
2.1.1
1012
-----

src/Resources/config/routing-chain.xml

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<argument type="service" id="router.request_context" />
1212
</call>
1313
</service>
14+
<service id="Symfony\Cmf\Component\Routing\ChainRouterInterface" alias='cmf_routing.router'/>
1415
</services>
1516
</container>

0 commit comments

Comments
 (0)