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.
This commit is contained in:
Jordan Liggitt 2022-04-15 15:28:30 -04:00
parent d02a5363b3
commit 1f9a5d5fd6

View File

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