Updated changelog

This commit is contained in:
张城铭 2019-07-12 17:08:46 +08:00
parent 15256bcf6b
commit a5a1ce1723

View File

@ -4,6 +4,10 @@
- [#185](https://github.com/hyperf-cloud/hyperf/pull/185) Added support for xml format of response.
# Changed
- [#195](https://github.com/hyperf-cloud/hyperf/pull/195) Optimized retry() function: Make the $times parameter more predictable
## Fixed
- [#176](https://github.com/hyperf-cloud/hyperf/pull/176) Fixed TypeError: Return value of LengthAwarePaginator::nextPageUrl() must be of the type string or null, none returned.