summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-13 19:31:02 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 14:07:38 +0100
commitc79d801bf58c58ec21e64cb782176d6dc879a60f (patch)
treeaad42363a3eef1bf49882e1bdbea545d8d27c1a1 /CHANGELOG
parent986695e136a8f6afa326048b30be77a9265d3bf7 (diff)
downloadgitlab-ce-c79d801bf58c58ec21e64cb782176d6dc879a60f.tar.gz
Fix a bug when milestone/label filter was empty for dashboard issues page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 98066668335..dd4306ed0c0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -42,6 +42,7 @@ v 8.2.0 (unreleased)
- Ability to add release notes (markdown text and attachments) to git tags (aka Releases)
- Relative links from a repositories README.md now link to the default branch
- Fix trailing whitespace issue in merge request/issue title
+ - Fix bug when milestone/label filter was empty for dashboard issues page
v 8.1.4
- Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu)