From 573e705e1a9436c9ec820072aaef6c2b523474f5 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 12 May 2015 12:18:24 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5598804ca0..6a69e0d91f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ This release has a breaking API change for writes -- the field previously called - [#2539](https://github.com/influxdb/influxdb/issues/2539): Add additional vote request logging. - [#2541](https://github.com/influxdb/influxdb/issues/2541): Update messaging client connection index with every message. - [#2542](https://github.com/influxdb/influxdb/issues/2542): Throw parser error for invalid aggregate without where time. +- [#2548](https://github.com/influxdb/influxdb/issues/2548): Return an error when numeric aggregate applied to non-numeric data. ## v0.9.0-rc29 [2015-05-05]