From 13afb528db73c481c9ca5e5c4251c2f199f38e55 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 1 Feb 2018 19:08:39 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e23acb3e0..80ea0766cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ BUG FIXES: creation. Passing an explicit zero value for the period no longer create periodic tokens [GH-3880] * storage/etcd3: Fix memory ballooning with standby instances [GH-3798] + * storage/etcd3: Fix large lists (like token loading at startup) not being + handled [GH-3772] ## 0.9.3 (January 28th, 2018)