From bd3847897e92efd923efbba521e49f95a57ff1c5 Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Tue, 3 Dec 2019 21:04:24 -0800 Subject: [PATCH] fix(changelog): updating broken links in changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cacce8f96c..9fe8929585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,8 @@ 1. [15983](https://github.com/influxdata/influxdb/pull/15983): Autopopulate organization ids in the code samples 1. [15749](https://github.com/influxdata/influxdb/pull/15749): Expose bundle analysis tools for frontend resources 1. [15674](https://github.com/influxdata/influxdb/pull/15674): Allow users to view just the output section of a telegraf config -1. [15314](https://github.com/influxdata/influxdb/issues/15314): Allow the users to see string data in the single stat graph type -1. [16057] https://github.com/influxdata/influxdb/pull/16057: Adds `properties` to each cell on GET /dashboards/{dashboardID} +1. [15923](https://github.com/influxdata/influxdb/pull/15923): Allow the users to see string data in the single stat graph type +1. [16057](https://github.com/influxdata/influxdb/pull/16057): Adds `properties` to each cell on GET /dashboards/{dashboardID} ### Bug Fixes @@ -29,9 +29,9 @@ 1. [15801](https://github.com/influxdata/influxdb/pull/15801): Change how cloud mode is enabled 1. [15820](https://github.com/influxdata/influxdb/pull/15820): Merge frontend development environments 1. [15944](https://github.com/influxdata/influxdb/pull/15944): Refactor table state logic on the frontend -1. [15888](https://github.com/influxdata/influxdb/issues/15888): Arrows in tables now show data in ascending and descening order -1. [14923](https://github.com/influxdata/influxdb/issues/14923): Sort by retention rules now sorts by seconds -1. [13943](https://github.com/influxdata/influxdb/issues/13943): Horizontall scrollbar no longer covering data +1. [15920](https://github.com/influxdata/influxdb/pull/15920): Arrows in tables now show data in ascending and descening order +1. [15728](https://github.com/influxdata/influxdb/pull/15728): Sort by retention rules now sorts by seconds +1. [15628](https://github.com/influxdata/influxdb/pull/15628): Horizontall scrollbar no longer covering data 1. [15655](https://github.com/influxdata/influxdb/pull/15655): Allow table columns to be draggable in table settings 1. [15757](https://github.com/influxdata/influxdb/pull/15757): Light up the home page icon when active 1. [15797](https://github.com/influxdata/influxdb/pull/15797): Make numeric inputs first class citizens @@ -41,7 +41,7 @@ ### UI Improvements 1. [15809](https://github.com/influxdata/influxdb/pull/15809): Redesign cards and animations on getting started page -1. [15601](https://github.com/influxdata/influxdb/issues/15601): Allow the users to filter with labels in telegraph input search +1. [15787](https://github.com/influxdata/influxdb/pull/15787): Allow the users to filter with labels in telegraph input search ## v2.0.0-alpha.19 [2019-10-30]