From e495c9220db2537010f95f742aff8f28d2e6106b Mon Sep 17 00:00:00 2001 From: tangcong Date: Fri, 8 May 2020 10:18:46 +0800 Subject: [PATCH] CHANGELOG: update 3.4/3.3 changelog for 11817 --- CHANGELOG-3.3.md | 1 + CHANGELOG-3.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 53edd6213..20aab4898 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -16,6 +16,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.20...v3.3.21) an ### etcd server - [Add log when etcdserver failed to apply command](https://github.com/etcd-io/etcd/pull/11670). +- [Fix deadlock bug in mvcc](https://github.com/etcd-io/etcd/pull/11817). ### Package Auth diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index a55660f54..753633f24 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -16,6 +16,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.7...v3.4.8) and ### etcd server - [Add log when etcdserver failed to apply command](https://github.com/etcd-io/etcd/pull/11670). +- [Fix deadlock bug in mvcc](https://github.com/etcd-io/etcd/pull/11817). ### Package Auth