We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10db3ba + c2caa8e commit 2f52cb7Copy full SHA for 2f52cb7
CHANGELOG.md
@@ -1,10 +1,12 @@
1
Changelog
2
=========
3
4
-2.2.0(ureleased)
+2.2.0 (unreleased)
5
---------------
6
7
-* **YYYY-MM-DD**:
+* 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
10
11
2.1.1
12
-----
src/Resources/config/routing-chain.xml
@@ -11,5 +11,6 @@
<argument type="service" id="router.request_context" />
</call>
13
</service>
14
+ <service id="Symfony\Cmf\Component\Routing\ChainRouterInterface" alias='cmf_routing.router'/>
15
</services>
16
</container>
0 commit comments