Skip to content

Commit 679f6ed

Browse files
committed
minor #1455 complete the changelog file for 1.7 (xabbuh)
This PR was merged into the 1.7 branch. Discussion ---------- complete the changelog file for 1.7 I forgot to mark #1449 as "WIP". So this PR adds the missing pieces. Commits ------- 05bdba3 complete the changelog file for 1.7
2 parents 3682568 + 05bdba3 commit 679f6ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
CHANGELOG
22
=========
33

4+
* fixed the `AllowedMethodsRouteLoader` to work with Symfony 3.0
5+
46
1.7.8
57
-----
68

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+
713
1.7.7
814
-----
915

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+
1023
1.7.6
1124
-----
1225

0 commit comments

Comments
 (0)