From 1677fd80a5a42f47ad267f8d0ced791b85c933b7 Mon Sep 17 00:00:00 2001 From: tangcong Date: Mon, 8 Jun 2020 14:15:54 +0800 Subject: [PATCH] CHANGELOG: update for 11990 --- CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 397570e09..f3062e0da 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -121,6 +121,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [missing CRC checksum check in WAL validate method otherwise causes panic](https://github.com/etcd-io/etcd/pull/11924). - See https://github.com/etcd-io/etcd/issues/11918. - Improve logging around snapshot send and receive. +- [Push down RangeOptions.limit argv into index tree to reduce memory overhead](https://github.com/etcd-io/etcd/pull/11990). ### Package `embed`