summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-04-07 17:44:41 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-04-07 17:44:41 +0000
commitf79d3cda351719785b34e4557b2d88736bc191ef (patch)
tree0efceae4fcc6d9bde7a405f570ab5aed04af5741 /CHANGELOG
parent074c2393901de2f06d9c4317f2ada6600b13d2e8 (diff)
parentee62ce65a1b80f3dae9c2cb5a52b784895fb8a9e (diff)
downloadgitlab-ce-f79d3cda351719785b34e4557b2d88736bc191ef.tar.gz
Merge branch 'fix-number-of-todos-sidebar-is-not-updated' into 'master'
Update number of Todos in the sidebar when it's marked as "Done" Closes #15002 See merge request !3600
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 12df0492020..151875249d8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ v 8.7.0 (unreleased)
- Build status notifications
- API: Expose user location (Robert Schilling)
- ClosingIssueExtractor regex now also works with colons. e.g. "Fixes: #1234" !3591
+ - Update number of Todos in the sidebar when it's marked as "Done". !3600
v 8.6.5 (unreleased)
- Only update repository language if it is not set to improve performance