summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-03 15:36:10 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-03 15:36:10 +0000
commit5f7716fada4e42269cdb80275eb9b978a47a6c6a (patch)
tree7143859c34aee082cf6a09a22cfa87b218c53c19
parentb7641dbb51102b24e692efa5ba01d52a88bce855 (diff)
parent94df8d5fc87a6a3a43a23b8f484de9e24af837d1 (diff)
downloadgitlab-ce-5f7716fada4e42269cdb80275eb9b978a47a6c6a.tar.gz
Merge branch 'update-changelog' into 'master'
Updated CHANGELOG for 8.7.2 See merge request !4021
-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