diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-11-04 19:50:30 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-04 19:50:30 +0000 |
commit | 6f78b2642b1ed8f156e7c95436a20a312e3e6ae8 (patch) | |
tree | 964c2cac9eb52a0be11b0eb2d073a64d0e4631a4 /CHANGELOG.md | |
parent | cccc6df5f11ec71bcac310d0917d01f61eace748 (diff) | |
parent | 277712cc670684ed6df162f810f860215da2a7ee (diff) | |
download | gitlab-ce-6f78b2642b1ed8f156e7c95436a20a312e3e6ae8.tar.gz |
Merge branch 'issue-board-new-label-new-list' into 'master'
Creates new list from a new label
## What does this MR do?
After creating a new label in the new list dropdown it automatically creates a new list.
## Screenshots (if relevant)
![new-label](/uploads/87940e364dc075ea8cc08d97bc1f1eff/new-label.gif)
## What are the relevant issue numbers?
Closes #23026
See merge request !6744
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0b31356e8..7ed09fb1db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ entry. - Adds support for the `token` attribute in project hooks API (Gauvain Pocentek) - Adds an optional path parameter to the Commits API to filter commits by path (Luis HGO) - Fix Markdown styling inside reference links (Jan Zdráhal) +- Create new issue board list after creating a new label - Fix extra space on Build sidebar on Firefox !7060 - Fail gracefully when creating merge request with non-existing branch (alexsanford) - Fix mobile layout issues in admin user overview page !7087 |