diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-07 14:07:17 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 11:23:42 +0200 |
commit | 482f67edb46423d4fc567e061d6546d8dfafc7bb (patch) | |
tree | 1f6d81b239da8373b319e9b35b866f9921d60519 /CHANGELOG | |
parent | 8ea6c6d80c0942e0f2caee3caa0cd7503e51d45d (diff) | |
download | gitlab-ce-482f67edb46423d4fc567e061d6546d8dfafc7bb.tar.gz |
API: Ability to move an issue
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9b0c6ba4609..771d7e4799d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,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 - 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) |