CHANGELOG-3.4: fix typo in gRPC gateway change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-03-05 11:06:34 -08:00
parent 63ab908206
commit 6affd6a599

View File

@ -98,7 +98,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.3.0...v3.4.0) and [
### Added: gRPC gateway
- Replace [gRPC gateway](https://github.com/grpc-ecosystem/grpc-gateway) endpoint with [`/v3`](https://github.com/coreos/etcd/pull/9298).
- To deprecate [`/v3beta`] in `v3.5`.
- To deprecate [`/v3beta`](https://github.com/coreos/etcd/issues/9189) in `v3.5`.
### Package `raft`