Update CHANGELOG.md

This commit is contained in:
李铭昕 2020-02-12 09:19:04 +08:00
parent ed5e2e7f54
commit a5cd1416b0

View File

@ -2,6 +2,7 @@
## Added
- [#1328](https://github.com/hyperf/hyperf/pull/1328) Added `ModelRewriteInheritanceVisitor` to rewrite the model inheritance for command `gen:model`.
- [#1331](https://github.com/hyperf/hyperf/pull/1331) Added `Hyperf\LoadBalancer\LoadBalancerInterface::getNodes()`.
## Changed