Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ed718ec

Browse files
committed
Added CHANGELOG for #113
1 parent b529b1d commit ed718ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ for full details on how to migrate your v2 application.
5151

5252
### Fixed
5353

54-
- Nothing.
54+
- [#113](https://github.com/zendframework/zend-mvc/pull/113) updates
55+
`AbstractRestfulController` to make usage of zend-json for deserializing JSON
56+
requests optional. `json_decode()` is now used by default, falling back to
57+
`Zend\Json\Json::decode()` if it is available. If neither are available, an
58+
exception is now thrown.
5559

5660
## 2.7.4 - TBD
5761

0 commit comments

Comments
 (0)