File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 2.5.0
5+ -----
6+
7+ * compatibility with Symfony 4.2
8+ * deprecated the ` FOSRestController ` base class, use the new ` AbstractFOSRestController ` instead
9+ * dropped support for Symfony 2.7 to 3.3
10+ * compatibility with JMS Serializer 2 and JMSSerializerBundle 3
11+ * overwrite rules when they are defined in different config files instead of throwing exceptions
12+ * fixed using the ` nullable ` option of the param annotations when the ` map ` option is enabled
13+ * ensure a predictable order of routes by sorting controllers by name when loading classes from a directory
14+ * reset the internal state of the view handler to fix compatibility with PHP-PM
15+ * fix different bugs related to the handling of API versions (see #1491 , #1529 , #1691 )
16+
4172.4.0
518-----
619
Original file line number Diff line number Diff line change 7979 },
8080 "extra" : {
8181 "branch-alias" : {
82- "dev-master" : " 2.4 -dev"
82+ "dev-master" : " 2.5 -dev"
8383 }
8484 }
8585}
You can’t perform that action at this time.
0 commit comments