From f4697ebca76a82a74b9b77fe01e925f5f1ca8ab9 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Thu, 6 Aug 2015 12:16:33 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb97b5a81d..8b9371b4f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - [#3288](https://github.com/influxdb/influxdb/issues/3288): Run go fuzz on the line-protocol input - [#3545](https://github.com/influxdb/influxdb/issues/3545): Fix parsing string fields with newlines - [#3579](https://github.com/influxdb/influxdb/issues/3579): Revert breaking change to `client.NewClient` function +- [#3580](https://github.com/influxdb/influxdb/issues/3580): Do not allow wildcards with fields in select statements ## v0.9.2 [2015-07-24]