Skip to content

Commit 047620d

Browse files
committed
adjust upgrading guide
1 parent b2c4c45 commit 047620d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This document will be updated to list important BC breaks and behavioral changes
88
* RedirectView and RouteRedirect view were removed. Use View::createRedirect and
99
View::createRouteRedirect instead. Note: the default status code for a route redirect
1010
has changed from HTTP_CREATED (201) to HTTP_FOUND (302).
11+
12+
### upgrading from 1.3.*
13+
1114
* [`ViewHandler::getSerializationContext`](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/View/ViewHandler.php) is now a `protected` method instead of `public`.
1215

1316
### upgrading from 1.0.0-RC1

0 commit comments

Comments
 (0)