Move changelog update to 1.3.9.0 section

pull/1885/head
Jared Scheib 2017-09-07 13:01:04 -07:00
parent 0d9a612f78
commit ccd2db9ffa
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
## v1.3.9.0 [unreleased]
### Bug Fixes
### Features
1. [#1885](https://github.com/influxdata/chronograf/pull/1885): Add `fill` options to data explorer and dashboard queries
### UI Improvements
## v1.3.8.0 [unreleased]
@ -19,7 +21,6 @@
1. [#1934](https://github.com/influxdata/chronograf/pull/1934): Update time resolution when zooming in on graphs
1. [#1945](https://github.com/influxdata/chronograf/pull/1945): Add `present` boolean query param to URL to enable presentation mode
1. [#1969](https://github.com/influxdata/chronograf/pull/1969): Add `query` query param to URL to add a query to the Data Explorer
1. [#1885](https://github.com/influxdata/chronograf/pull/1885): Add `fill` options to data explorer and dashboard queries
### UI Improvements
1. [#1933](https://github.com/influxdata/chronograf/pull/1933): Use line-stacked graph type for memory information - thank you, @Joxit!