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:
authorRémy Coutable <remy@rymai.me>2016-04-13 13:55:12 +0300
committerRémy Coutable <remy@rymai.me>2016-04-13 13:55:12 +0300
commit861e685e1853d45dea83bc1d06ebd639b120f36c (patch)
tree46c58b4993ef054cc314924341c68e5bc0b3c9ad /CHANGELOG
parent94c8fbc9fc7588596ecc6395a50f41e9d6d1a557 (diff)
parentfdbf3682023a2ed647c625ec0609dac3227218b2 (diff)
Merge branch 'api-move-issues' into 'master'
API: Ability to move an issue Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14741 See merge request !3593
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 77556ad8234..c633c4bb35f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ v 8.7.0 (unreleased)
- Expose label description in API (Mariusz Jachimowicz)
- Allow back dating on issues when created through the API
- API: Ability to update a group (Robert Schilling)
+ - API: Ability to move issues (Robert Schilling)
- Fix Error 500 after renaming a project path (Stan Hu)
- Fix avatar stretching by providing a cropping feature
- API: Expose `subscribed` for issues and merge requests (Robert Schilling)