summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-03 16:39:08 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-03 16:51:11 +0200
commit94df8d5fc87a6a3a43a23b8f484de9e24af837d1 (patch)
treeb8142d638c4f0207b7233417664fb8585e2b9572
parentf0c4f727359a5848d12e2097bad6a6a3190943ef (diff)
downloadgitlab-ce-94df8d5fc87a6a3a43a23b8f484de9e24af837d1.tar.gz
Updated CHANGELOG for 8.7.2
[ci skip]
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b6527780bbf..11b1768c8eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,9 +18,10 @@ v 8.8.0 (unreleased)
- Add support for supressing text diffs using .gitattributes on the default branch (Matt Oakes)
- Added multiple colors for labels in dropdowns when dups happen.
-v 8.7.2 (unreleased)
+v 8.7.2
- The "New Branch" button is now loaded asynchronously
- Fix error 500 when trying to create a wiki page
+ - Updated spacing between notification label and button
v 8.7.1
- Throttle the update of `project.last_activity_at` to 1 minute. !3848