Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-11 04:34:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-11 04:34:33 +0300
commit3c4f7f50fa925a26553f5c6636461b6f6f7641f3 (patch)
treea15aabfee471506ba33f5ced9c76bce028a35690 /CHANGELOG
parent653be1fe8afcadfa256f032da80c81b18debbc3b (diff)
parent43cf295ab6c71e032244c60f18e2228227380af5 (diff)
Merge branch 'add_label_notes' into 'master'
Add label notes It creates system note, when someone changed labels of issue/MR. Just look at the screenshot: ![labels](https://gitlab.com/uploads/vernik91/gitlab-ce/ebbdba6bdc/labels.png) Solves this [request] (http://feedback.gitlab.com/forums/176466-general/suggestions/6623258-create-a-note-when-issue-labels-change). *P.S. Thanks this [PR](https://github.com/gitlabhq/gitlabhq/pull/8237) for idea :wink:. But I need this feature as soon as possible.* See merge request !331
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 78abba543f2..6a90320b8bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,7 +16,7 @@ v 7.8.0 (unreleased)
- Improve sorting logic in UI and API. Explicitly define what sorting method is used by default
- Allow more variations for commit messages closing issues (Julien Bianchi and Hannes Rosenögger)
- Fix overflow at sidebar when have several itens
- -
+ - Add notes for label changes in issue and merge requests
- Show tags in commit view (Hannes Rosenögger)
- Only count a user's vote once on a merge request or issue (Michael Clarke)
-