From 807e80bf0be01f7e3b5c8462f72468c511a88529 Mon Sep 17 00:00:00 2001
From: Jason Wilder <jason@influxdb.com>
Date: Wed, 2 Sep 2015 09:12:04 -0600
Subject: [PATCH] Update changelog

---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41fdb7ea74..a5f7cda1d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ With this release InfluxDB is moving to Go 1.5.
 - [#3863](https://github.com/influxdb/influxdb/pull/3863): Move to Go 1.5
 - [#3892](https://github.com/influxdb/influxdb/pull/3892): Support IF NOT EXISTS for CREATE DATABASE
 - [#3916](https://github.com/influxdb/influxdb/pull/3916): New statistics and diagnostics support. Graphite first to be instrumented.
+- [#3901](https://github.com/influxdb/influxdb/pull/3901): Add consistency level option to influx cli Thanks @takayuki
 
 ### Bugfixes
 - [#3804](https://github.com/influxdb/influxdb/pull/3804): init.d script fixes, fixes issue 3803.
@@ -20,6 +21,7 @@ With this release InfluxDB is moving to Go 1.5.
 - [#3913](https://github.com/influxdb/influxdb/issues/3913): Convert meta shard owners to objects
 - [#3927](https://github.com/influxdb/influxdb/issues/3927): Add WAL lock to prevent timing lock contention
 - [#3928](https://github.com/influxdb/influxdb/issues/3928): Write fails for multiple points when tag starts with quote
+- [#3901](https://github.com/influxdb/influxdb/pull/3901): Unblock relaxed write consistency level Thanks @takayuki!
 
 ## v0.9.3 [2015-08-26]