Update CHANGELOG.md

This commit is contained in:
李铭昕 2020-01-07 16:24:12 +08:00
parent 5c8e9035e5
commit 23d4018af0

View File

@ -3,6 +3,7 @@
## Added
- [#1166](https://github.com/hyperf/hyperf/pull/1166) Added KeepaliveIO for amqp.
- [#1215](https://github.com/hyperf/hyperf/pull/1215) Added super-globals component.
- [#1219](https://github.com/hyperf/hyperf/pull/1219) Added property `enable` for amqp consumer, which controls whether consumers should start along with the service.
## Fixed