Update CHANGELOG.md

This commit is contained in:
李铭昕 2019-08-23 11:01:08 +08:00
parent 4ed1c39b53
commit d77246deff

View File

@ -5,6 +5,7 @@
- [#401](https://github.com/hyperf-cloud/hyperf/pull/401) Optimized server and Fixed middleware that user defined does not works.
- [#402](https://github.com/hyperf-cloud/hyperf/pull/402) Added Annotation AsyncQueueMessage.
- [#418](https://github.com/hyperf-cloud/hyperf/pull/418) Allows send WebSocket message to any fd in current server, even the worker process does not hold the fd
- [#420](https://github.com/hyperf-cloud/hyperf/pull/420) Added observer for model.
## Changed