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:
authorDouwe Maan <douwe@gitlab.com>2015-07-02 12:53:31 +0300
committerDouwe Maan <douwe@gitlab.com>2015-07-02 12:53:31 +0300
commitcd5e79e98b7f08a6fa6999d25e158073fee03048 (patch)
tree6b044412b1285a8bf2e98c52e13c3607f3ad27e8 /CHANGELOG
parent2cbf45282168938696867072cb3e35131bc44a93 (diff)
Correctly show anonymous authorized applications under Profile > Applications.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f1be68aba74..d15b5d830a8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,7 @@ v 7.13.0 (unreleased)
- Reporter role can manage issue tracker now: edit any issue, set assignee or milestone and manage labels
- Better performance for pages with events list, issues list and commits list
- Faster automerge check and merge itself when source and target branches are in same repository
+ - Correctly show anonymous authorized applications under Profile > Applications.
v 7.12.1
- Fix error when deleting a user who has projects (Stan Hu)