summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-01 18:50:22 +0200
committerRémy Coutable <remy@rymai.me>2016-04-01 18:50:22 +0200
commit8df0653e00d9dd08fee80a6b72d86102f9332f9f (patch)
tree486bb927836885fb0ac7257c754c166ba2e632f9
parent64106865dfc0c8af169b01c702099c381fc17f23 (diff)
downloadgitlab-ce-8df0653e00d9dd08fee80a6b72d86102f9332f9f.tar.gz
Add 8.6.3 items to CHANGELOG
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--CHANGELOG20
1 files changed, 9 insertions, 11 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a4f49590760..75fddce0eda 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,7 +7,6 @@ v 8.7.0 (unreleased)
- Expose label description in API (Mariusz Jachimowicz)
- Allow back dating on issues when created through the API
- Fix avatar stretching by providing a cropping feature
- - Fix raw/rendered diff producing different results on merge requests !3450
- Add links to CI setup documentation from project settings and builds pages
- Handle nil descriptions in Slack issue messages (Stan Hu)
- Add default scope to projects to exclude projects pending deletion
@@ -17,19 +16,18 @@ v 8.7.0 (unreleased)
- Fall back to `In-Reply-To` and `References` headers when sub-addressing is not available (David Padilla)
- Remove "Congratulations!" tweet button on newly-created project. (Connor Shea)
-v 8.6.3 (unreleased)
+v 8.6.3
+ - Mentions on confidential issues doesn't create todos for non-members. !3374
- Destroy related todos when an Issue/MR is deleted. !3376
- Fix error 500 when target is nil on todo list. !3376
- - Allow temporary email as notification email. !TBD
-
-v 8.6.3
- - Fix copying uploads when moving issue to another project
-
-v 8.6.3 (unreleased)
- - Mentions on confidential issues doesn't create todos for non-members
-
-v 8.6.3 (unreleased)
+ - Fix copying uploads when moving issue to another project. !3382
+ - Ensuring Merge Request API returns boolean values for work_in_progress (Abhi Rao). !3432
+ - Fix raw/rendered diff producing different results on merge requests. !3450
+ - Fix commit comment alignment (Stan Hu). !3466
- Fix Error 500 when searching for a comment in a project snippet. !3468
+ - Allow temporary email as notification email. !3477
+ - Fix issue with dropdowns not selecting values. !3478
+ - Update gitlab-shell version and doc to 2.6.12. gitlab-org/gitlab-ee!280
v 8.6.2
- Fix dropdown alignment. !3298