From 50041f220bbe387160169f7764d562c58a926453 Mon Sep 17 00:00:00 2001 From: Chao Chen Date: Fri, 22 Oct 2021 13:27:23 -0700 Subject: [PATCH] update CHANGELOG-3.6.md --- CHANGELOG-3.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 87c6504c814a..f792d3a132dd 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -32,6 +32,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). ### etcd server - Add [`etcd --log-format`](https://github.com/etcd-io/etcd/pull/13339) flag to support log format. +- Fix [non mutating requests pass through quotaKVServer when NOSPACE](https://github.com/etcd-io/etcd/pull/13435) ### tools/benchmark