Browse Source

CHANGELOG-3.4: fix typo in gRPC gateway change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
6affd6a599
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG-3.4.md

+ 1 - 1
CHANGELOG-3.4.md

@@ -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`