From 482b2d5fb6d08678d2617d3b4aa4e8a44d2b17c0 Mon Sep 17 00:00:00 2001 From: Hercules Mango Churchill Date: Wed, 14 Feb 2018 22:24:10 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df34a390b..57e88f8bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ v1.5.0 [unreleased] - [#9403](https://github.com/influxdata/influxdb/pull/9403): Do not explicitly specify ports 80 or 443 when they are the default port. - [#8878](https://github.com/influxdata/influxdb/pull/8878): Do not report an error when dropping a CQ on a non-existent DB/RP. - [#9423](https://github.com/influxdata/influxdb/pull/9423): Fix imports of multiple databases in a single import file from `influx -import`. +- [#9443](https://github.com/influxdata/influxdb/pull/9443): Fix regression when math between literals is used in a field. v1.4.3 [unreleased] -------------------