summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-10-19 10:27:24 -0500
committerFatih Acet <acetfatih@gmail.com>2016-10-21 15:46:59 +0300
commit6c2ab27aeaf0cd59d87e14876492a4162d48e2d7 (patch)
treeed3cdb9ee1b4263951ff0b8b47dfebdfefc15d3b
parent1a53511a3454bf70786d72e59530bff42ae160e4 (diff)
downloadgitlab-ce-22892-cycle-analytics-date-filter-is-not-working.tar.gz
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c5c96c4528..42e3df435bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Update duration at the end of pipeline
- ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup
- Add group level labels. (!6425)
+ - Fix Cycle analytics not showing correct data when filtering by date. !6906
- Add an example for testing a phoenix application with Gitlab CI in the docs (Manthan Mallikarjun)
- Cancelled pipelines could be retried. !6927
- Updating verbiage on git basics to be more intuitive