From 09a1f17150b38a11f5f3f16761193506f6e15b9e Mon Sep 17 00:00:00 2001 From: John Shahid Date: Thu, 15 May 2014 14:33:48 -0400 Subject: [PATCH] update the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eac2584f66..f9c48e6fa64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ ## v0.6.4 [unreleased] +### Features + +- Make the write batch size configurable (also applies to deletes) +- Optimize writing to multiple series + ### Bugfixes +- Fix a bug in shard logic that caused short term shards to be clobbered with long term shards + ## v0.6.3 [2014-05-13] ### Features