summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-03-23 15:58:02 +0100
committerRémy Coutable <remy@rymai.me>2016-03-23 15:58:02 +0100
commita4fa5d3e3d0ab680495c8cfbe9fb85fd25dfe767 (patch)
treee35d946cd7e21d914879f524166d70396e2ce45e
parent06976bf1c5a06df7677814894df62744050ad2c4 (diff)
downloadgitlab-ce-a4fa5d3e3d0ab680495c8cfbe9fb85fd25dfe767.tar.gz
Updated 8.6.1 changelog
[ci skip]
-rw-r--r--CHANGELOG20
1 files changed, 14 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4088057c4e7..2c1f2a5400c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,10 +4,20 @@ v 8.7.0 (unreleased)
- Preserve time notes/comments have been updated at when moving issue
- Make HTTP(s) label consistent on clone bar (Stan Hu)
-v 8.6.1 (unreleased)
- - Do not allow to move issue if it has not been persisted
- - Fix an issue causing the Dashboard/Milestones page to be blank
- - Fix build dependencies, when the dependency is a string
+v 8.6.1
+ - Add option to reload the schema before restoring a database backup. !2807
+ - Display navigation controls on mobile. !3214
+ - Fixed bug where participants would not work correctly on merge requests. !3329
+ - Fix sorting issues by votes on the groups issues page results in SQL errors. !3333
+ - Restrict notifications for confidential issues. !3334
+ - Do not allow to move issue if it has not been persisted. !3340
+ - Add a confirmation step before deleting an issuable. !3341
+ - Fixes issue with signin button overflowing on mobile. !3342
+ - Auto collapses the navigation sidebar when resizing. !3343
+ - Fix build dependencies, when the dependency is a string. !3344
+ - Shows error messages when trying to create label in dropdown menu. !3345
+ - Fixes issue with assign milestone not loading milestone list. !3346
+ - Fix an issue causing the Dashboard/Milestones page to be blank. !3348
v 8.6.0
- Add ability to move issue to another project
@@ -34,7 +44,6 @@ v 8.6.0
- Add information about `image` and `services` field at `job` level in the `.gitlab-ci.yml` documentation (Pat Turner)
- HTTP error pages work independently from location and config (Artem Sidorenko)
- Update `omniauth-saml` to 1.5.0 to allow for custom response attributes to be set
- - Add option to reload the schema before restoring a database backup. !2807
- Memoize @group in Admin::GroupsController (Yatish Mehta)
- Indicate how much an MR diverged from the target branch (Pierre de La Morinerie)
- Added omniauth-auth0 Gem (Daniel Carraro)
@@ -73,7 +82,6 @@ v 8.6.0
- Canceled builds are now ignored in compound build status if marked as `allowed to fail`
- Trigger a todo for mentions on commits page
- Let project owners and admins soft delete issues and merge requests
- - Fix sorting issues by votes on the groups issues page results in SQL errors
v 8.5.8
- Bump Git version requirement to 2.7.4