Skip to content

Commit a5fc73b

Browse files
committed
minor #1976 prepare release 2.5.0 (xabbuh)
This PR was merged into the 2.4-dev branch. Discussion ---------- prepare release 2.5.0 Commits ------- fd4125f prepare release 2.5.0
2 parents ce2abfc + fd4125f commit a5fc73b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGELOG
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+
417
2.4.0
518
-----
619

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"extra": {
8181
"branch-alias": {
82-
"dev-master": "2.4-dev"
82+
"dev-master": "2.5-dev"
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)