Skip to content

Commit 45b7fb0

Browse files
committed
added upgrading info for 1.5.0
1 parent 2437a4f commit 45b7fb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This document will be updated to list important BC breaks and behavioral changes
99
View::createRouteRedirect instead. Note: the default status code for a route redirect
1010
has changed from HTTP_CREATED (201) to HTTP_FOUND (302).
1111

12+
### upgrading from 1.4.*
13+
14+
* In JsonToFormDecoder prefer to transform false data to null, see https://github.com/FriendsOfSymfony/FOSRestBundle/pull/883
15+
1216
### upgrading from 1.3.*
1317

1418
* [`ViewHandler::getSerializationContext`](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/View/ViewHandler.php) is now a `protected` method instead of `public`.

0 commit comments

Comments
 (0)