diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-13 10:55:12 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-13 10:55:12 +0000 |
commit | 861e685e1853d45dea83bc1d06ebd639b120f36c (patch) | |
tree | 46c58b4993ef054cc314924341c68e5bc0b3c9ad /CHANGELOG | |
parent | 94c8fbc9fc7588596ecc6395a50f41e9d6d1a557 (diff) | |
parent | fdbf3682023a2ed647c625ec0609dac3227218b2 (diff) | |
download | gitlab-ce-861e685e1853d45dea83bc1d06ebd639b120f36c.tar.gz |
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-- | CHANGELOG | 1 |
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) |