diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-23 13:01:27 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-23 13:01:27 +0000 |
commit | a77b40d45e2f474a3d2401125b7b89379a7a7dd5 (patch) | |
tree | bf7ade080375a0cb20653f2f22d098544bc8472f /changelogs | |
parent | 8cc61d0b2a3507609665c3c5d3e8a475772c6b87 (diff) | |
parent | 931db7963ee9fa145d8fe2fb5eea209215227db7 (diff) | |
download | gitlab-ce-a77b40d45e2f474a3d2401125b7b89379a7a7dd5.tar.gz |
Merge branch 'api-notes-entity-fields' into 'master'
Remove deprecated `upvotes` and `downvotes` from the notes API
Closes #28441
See merge request !9384
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 |