diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-23 15:16:11 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-30 12:02:54 +0200 |
commit | 9b361a3f44eec7a301565318ce86742f2f139a9d (patch) | |
tree | dd207e7aeaecb21ffa383e972985e1b9a7834cc6 /CHANGELOG | |
parent | f9887a10d43fc3b382d1ef270431823d1d4491a6 (diff) | |
download | gitlab-ce-9b361a3f44eec7a301565318ce86742f2f139a9d.tar.gz |
Take filters in account in issuable counters
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1eb7ea15756..9d0fd2526ee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ v 8.13.0 (unreleased) - Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison) - Use a ConnectionPool for Rails.cache on Sidekiq servers - Only update issuable labels if they have been changed + - Take filters in account in issuable counters. !6496 - Revoke button in Applications Settings underlines on hover. - Fix Long commit messages overflow viewport in file tree - Update ruby-prof to 0.16.2. !6026 (Elan Ruusamäe) |