We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a469a commit 80c765dCopy full SHA for 80c765d
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+## 2.2.0 (2017-11-29)
2
+
3
+New features:
4
5
+* Added support for Symfony 3.3+ autowiring for `Knp\Menu\FactoryInterface`, `Knp\Menu\Matcher\MatcherInterface` and `Knp\Menu\Util\MenuManipulator`
6
+* Added support for autoconfiguring menu voters
7
+* Added support for Symfony 4
8
+* Added support for private services for menu builders and renderers
9
+* Added lazy-loading for menu providers and voters when using Symfony DI 3.3+
10
11
+Removed:
12
13
+* Removed support for PHP 5.5 and older
14
15
+## 2.1.3 (2016-10-03)
16
17
+* Added support for `getCurrentItem` in the templating helper
18
19
## 2.1.2 (2016-06-21)
20
21
* Menu extensions now also work if you replace the knp_menu.factory service with an alias
0 commit comments