From bc569e82debd611c38bb9d749b067af92a17b50c Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 8 Oct 2015 20:43:21 -0700 Subject: [PATCH] Correct typos in CHANGELOG [ci skip] --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5540d93419..b8e8879c448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,8 +45,8 @@ - [#4354](https://github.com/influxdb/influxdb/pull/4353): Fully lock node queues during hinted handoff. Fixes one cause of missing data on clusters. - [#4357](https://github.com/influxdb/influxdb/issues/4357): Fix similar float values encoding overflow Thanks @dgryski! - [#4344](https://github.com/influxdb/influxdb/issues/4344): Make client.Write default to client.precision if none is given. -- [#3429](https://github.com/influxdb/influxdb/issues/3429)): Incorrect parsing of regex containing '/' -- [#4374](https://github.com/influxdb/influxdb/issues/4374)): Add tsm1 quickcheck tests +- [#3429](https://github.com/influxdb/influxdb/issues/3429): Incorrect parsing of regex containing '/' +- [#4374](https://github.com/influxdb/influxdb/issues/4374): Add tsm1 quickcheck tests - [#4377](https://github.com/influxdb/influxdb/pull/4377): Hinted handoff should not process dropped nodes ## v0.9.4 [2015-09-14]