From 2923d66cb05a102dc1ab6ac3e0996931585e242e Mon Sep 17 00:00:00 2001 From: Tim Raymond Date: Wed, 5 Jul 2017 11:50:36 -0400 Subject: [PATCH] Update CHANGELOG with RP admin page fix Adds a note about fixing a bug with the admin page where users were unable to update retention policies. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a208f4dc..d8f4a7373e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Bug Fixes 1. [#1612](https://github.com/influxdata/chronograf/pull/1612): Prevent users from being able to write to internal system databases 1. [#1655](https://github.com/influxdata/chronograf/pull/1655): Add more than one color to Line+Stat graphs +1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating retention policies on single-node instances. ### Features 1. [#1645](https://github.com/influxdata/chronograf/pull/1645): Add Auth0 as a supported OAuth2 provider