From 1f9a5d5fd6d1788b1c173c1d407618373ad713dd Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 15 Apr 2022 15:28:30 -0400 Subject: [PATCH] Revert "update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from the target in SRV record" This reverts commit 6781651e0ba792f42791f39e2e1f20a6eefac5ac. --- CHANGELOG/CHANGELOG-3.6.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index b6c2edcef..e0986c7d9 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -34,9 +34,6 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13142). - Add `migrate` command for downgrading/upgrading etcd data dir files. -### package `client/pkg/v3` -- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13712) in SRV records returned by DNS lookup - ### Package `server` - Package `mvcc` was moved to `storage/mvcc`