From 5739c82be2ef0046a8a2268e9659b02ea2f32fdd Mon Sep 17 00:00:00 2001 From: Kafuu Chino Date: Sun, 9 Oct 2022 20:16:41 +0800 Subject: [PATCH] update changelogs of 3.4 and 3.5 for fixing avoid closing a watch with ID 0 incorrectly Signed-off-by: Kafuu Chino Update CHANGELOG/CHANGELOG-3.5.md Co-authored-by: Benjamin Wang Update CHANGELOG/CHANGELOG-3.4.md Co-authored-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 1 + CHANGELOG/CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 9228d075f..91bc13a90 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -9,6 +9,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ### etcd server - Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14530) - Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14548) +- Fix [avoid closing a watch with ID 0 incorrectly](https://github.com/etcd-io/etcd/pull/14562)
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index ccd5cf5e8..e5313396a 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### etcd server - Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14547) +- Fix [avoid closing a watch with ID 0 incorrectly](https://github.com/etcd-io/etcd/pull/14563)