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] -------------------