summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-16 10:57:21 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-16 10:57:21 -0300
commit65e14c25b041a93cb4d750cd9a301454e31f0ff3 (patch)
treec17f7308037cea0db3f243c2596ba83abca00270
parent9bb5b0bcc93f53e4e0056374561d6e18c888a66c (diff)
downloadgitlab-ce-feature/global-and-group-level-labels.tar.gz
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 950a44acc47..47007c336ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ v 8.12.0 (unreleased)
- Update gitlab shell secret file also when it is empty. !3774 (glensc)
- Give project selection dropdowns responsive width, make non-wrapping.
- Make push events have equal vertical spacing.
+ - Add Global and Group level labels !6228
- Add two-factor recovery endpoint to internal API !5510
- Pass the "Remember me" value to the U2F authentication form
- Remove vendor prefixes for linear-gradient CSS (ClemMakesApps)