diff options
author | Phil Hughes <me@iamphill.com> | 2016-09-05 17:32:07 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-09-07 09:14:30 +0100 |
commit | f849ef792a620164d1e1e231b58f72f17293e9fc (patch) | |
tree | cfcd8b9e00a5c2e3a1394950ab7967da0ee6a242 /CHANGELOG | |
parent | 1e042ac251119c5e3b0ef8e76f3a6d9420fba98b (diff) | |
download | gitlab-ce-f849ef792a620164d1e1e231b58f72f17293e9fc.tar.gz |
Fixed issue board label filtering not removing labels
Closes #21417
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 17388615908..8e85ef8bbed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -37,6 +37,7 @@ v 8.12.0 (unreleased) - Use 'git update-ref' for safer web commits !6130 - Automatically expand hidden discussions when accessed by a permalink !5585 (Mike Greiling) - Remove unused mixins (ClemMakesApps) + - Fix issue board label filtering appending already filtered labels - Add search to all issue board lists - Fix groups sort dropdown alignment (ClemMakesApps) - Add horizontal scrolling to all sub-navs on mobile viewports (ClemMakesApps) |