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:
authorClement Ho <clementh@hp.com>2016-08-03 02:01:14 +0300
committerClement Ho <clementh@hp.com>2016-08-03 02:02:10 +0300
commit51bcdfb7850a642c1062d5ab73417a6c6d2edb51 (patch)
treefb8b91aa1d68a2c682c57f48b5f658c70e307a3c /CHANGELOG
parent8c8bdb79e53d04f7a9dbb9ff8d575f1f9111b371 (diff)
Fix filter input alignment
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 31e5d982cdf..21e02d61af9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,7 @@ v 8.11.0 (unreleased)
- Optimize checking if a user has read access to a list of issues !5370
- Nokogiri's various parsing methods are now instrumented
- Add a way to send an email and create an issue based on private personal token. Find the email address from issues page. !3363
+ - Fix filter input alignment (ClemMakesApps)
- Include old revision in merge request update hooks (Ben Boeckel)
- Add build event color in HipChat messages (David Eisner)
- Make fork counter always clickable. !5463 (winniehell)