Update CHANGELOG.md

This commit is contained in:
李铭昕 2019-12-30 09:44:03 +08:00
parent cb4240828d
commit 5268176d7e

View File

@ -1,5 +1,9 @@
# v1.1.13 - TBD
## Added
- [#1195](https://github.com/hyperf/hyperf/pull/1195) Added max offset for `Cacheable` and `CachePut`.
## Fixed
- [#1175](https://github.com/hyperf/hyperf/pull/1175) Fixed `Hyperf\Utils\Collection::random` does not works when the number is null.