From 499fe38cff90bbb4a1ecade153e96b410495e202 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Fri, 6 Mar 2015 16:38:07 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abb6b0d0c..e43d54cf96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - [#1872](https://github.com/influxdb/influxdb/pull/1872): Fix "stale term" errors with raft ## v0.9.0-rc8 [2015-03-05] +- [#1868](https://github.com/influxdb/influxdb/pull/1868): Use `BatchPoints` for `client.Write` method. ### Bugfixes - [#1836](https://github.com/influxdb/influxdb/pull/1836): Store each parsed shell command in history file.