diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-20 15:35:05 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-22 13:07:49 +0100 |
commit | 0b402e11e355dc8d834fbc139f4bca810a9f766e (patch) | |
tree | b03e45e942533bb1ae1811e59d42af88ca44fe7e /changelogs | |
parent | 87411889b9c8a778bebafeaa381e1d736af7329a (diff) | |
download | gitlab-ce-0b402e11e355dc8d834fbc139f4bca810a9f766e.tar.gz |
Remove deprecated `upvotes` and `downvotes` from the notes API
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/api-notes-entity-fields.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/api-notes-entity-fields.yml b/changelogs/unreleased/api-notes-entity-fields.yml new file mode 100644 index 00000000000..f7631df31e2 --- /dev/null +++ b/changelogs/unreleased/api-notes-entity-fields.yml @@ -0,0 +1,4 @@ +--- +title: 'API: Remove deprecated fields Notes#upvotes and Notes#downvotes' +merge_request: 9384 +author: Robert Schilling |