update CHANGELOG

pull/8853/head
Stuart Carnie 2017-09-19 11:57:15 -07:00
parent 92756ec0ad
commit f8688c5588
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
- [#8791](https://github.com/influxdata/influxdb/pull/8791): Include the number of scanned cached values in the iterator cost.
- [#8784](https://github.com/influxdata/influxdb/pull/8784): Add support for the Prometheus remote read and write APIs.
- [#8851](https://github.com/influxdata/influxdb/pull/8851): Improve performance of `Include` and `Exclude` functions
- [#8853](https://github.com/influxdata/influxdb/pull/8853): Reduce allocations, improve `readEntries` performance by simplifying loop
### Bugfixes