From 85da78205c6cdcf9a06a44489d4bd0efd3366c3a Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Fri, 21 Aug 2015 12:19:44 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cf6f98b1..bfdfde7a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,8 @@ Please see the *Features* section below for full details. - [#3681](https://github.com/influxdb/influxdb/issues/3682): Fix inserting string value with backslashes - [#3735](https://github.com/influxdb/influxdb/issues/3735): Append to small bz1 blocks - [#3736](https://github.com/influxdb/influxdb/pull/3736): Update shard group duration with retention policy changes. Thanks for the report @papylhomme +- [#3539](https://github.com/influxdb/influxdb/issues/3539): parser incorrectly accepts NaN as numerical value, but not always +- [#3790](https://github.com/influxdb/influxdb/pull/3790): Fix line protocol parsing equals in measurements and NaN values ## v0.9.2 [2015-07-24]