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:
authorRobert Speicher <rspeicher@gmail.com>2016-01-15 05:33:49 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-15 05:33:49 +0300
commit041ca926e0b6c8ae1b9ac66fd3432dd40d0592af (patch)
treef7964a259b92e3b284b3b9a32c08054ee034de76
parent9d8926b750d743ca4f9498a2172e2ff808f72dbf (diff)
Update CHANGELOG
Moving 8.5 change to 8.4 since we're merging master into stable for now. [ci skip]
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7bbc0fc79f0..d01576be67a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,5 @@
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)
- Add pagination headers to already paginated API resources
- Properly generate diff of orphan commits, like the first commit in a repository
@@ -19,6 +16,7 @@ v 8.4.0 (unreleased)
- Fix missing date of month in network graph when commits span a month (Stan Hu)
- Expire view caches when application settings change (e.g. Gravatar disabled) (Stan Hu)
- Don't notify users twice if they are both project watchers and subscribers (Stan Hu)
+ - Remove gray background from layout in UI
- Implement new UI for group page
- Implement search inside emoji picker
- Add API support for looking up a user by username (Stan Hu)