From 6ef154e5488ff2dce3a1a60dcc886cebb676bb87 Mon Sep 17 00:00:00 2001 From: ahrtr Date: Thu, 13 Jan 2022 14:55:08 +0800 Subject: [PATCH] update CHANGELOG-3.5.md to cover the fix for issue 13494 --- CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 4cf6d4855..6699fe170 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -15,6 +15,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.1...v3.5.2) and - Fix [exclude the same alarm type activated by multiple peers](https://github.com/etcd-io/etcd/pull/13476). - Add [`etcd --experimental-enable-lease-checkpoint-persist`](https://github.com/etcd-io/etcd/pull/13508) flag to enable checkpoint persisting. - Fix [Lease checkpoints don't prevent to reset ttl on leader change](https://github.com/etcd-io/etcd/pull/13508), requires enabling checkpoint persisting. +- Fix [assertion failed due to tx closed when recovering v3 backend from a snapshot db](https://github.com/etcd-io/etcd/pull/13501)