From 6affd6a599d1579fbf76dcb856a7db7e35af7a2d Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 5 Mar 2018 11:06:34 -0800 Subject: [PATCH] CHANGELOG-3.4: fix typo in gRPC gateway change Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 1d73a7a8c..1fbc8670d 100644 --- a/CHANGELOG-3.4.md +++ b/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`