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:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-12 19:38:18 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-13 12:31:50 +0300
commit2b036025d619c51cff74e4eb430f50d43d1d8cdb (patch)
tree9c66c1ffdc22308dfda36fa4af64601a90e9df7a /CHANGELOG
parent482f67edb46423d4fc567e061d6546d8dfafc7bb (diff)
Update tests for moving issues via API
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 771d7e4799d..b86c9d1fa39 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,7 +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
+ - 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)