Update CHANGELOG-2.0.md

This commit is contained in:
李铭昕 2020-06-20 17:49:40 +08:00
parent 5dd3bb9918
commit 73606a12cf

View File

@ -93,7 +93,7 @@ return [
];
```
- [#1924](https://github.com/hyperf/hyperf/pull/1924) Changed method `Hyperf\GrpcClient\BaseClient::simpleRequest` to `_simpleRequest`.
- [#1924](https://github.com/hyperf/hyperf/pull/1924) Changed `Hyperf\GrpcClient\BaseClient` methods `simpleRequest, getGrpcClient, clientStreamRequest` to `_simpleRequest, _getGrpcClient, _clientStreamRequest`.
## Removed