We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3682568 commit 05bdba3Copy full SHA for 05bdba3
CHANGELOG.md
@@ -1,12 +1,25 @@
1
CHANGELOG
2
=========
3
4
+* fixed the `AllowedMethodsRouteLoader` to work with Symfony 3.0
5
+
6
1.7.8
7
-----
8
9
+* removed uses of the reflection API in favor of faster solutions when possible
10
11
+* fixed the configuration to use serialization groups and versions at the same time
12
13
1.7.7
14
15
16
+* when using Symfony 3.x, the bundle doesn't call methods anymore that have been deprecated in
17
+ Symfony 2.x and were removed in Symfony 3.0
18
19
+* the `ViewResponseListener` does not overwrite explicitly configured templates anymore
20
21
+* fixed the `ParamFetcher` class to properly handle sub requests
22
23
1.7.6
24
25
0 commit comments