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>2016-01-14 16:09:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 16:09:49 +0300
commit620d8b68a15f9c20b134f79e40f81711578773e6 (patch)
treeb34d7871f5e5822c4049136fad874cfa85dbd08d /CHANGELOG
parentf03da18e3a925e88b46aabb5e095b90abe0f0131 (diff)
parent9c69c899410f9cb853f461dc1e997232bd4d47d3 (diff)
Merge branch 'remove-gray-bg'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5739ea19564..b0f6a0314d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.5.0 (unreleased)
+ - Remove gray background from layout in UI
+
v 8.4.0 (unreleased)
- Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages
- Autocomplete data is now always loaded, instead of when focusing a comment text area (Yorick Peterse)