summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-08-02 13:37:04 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2016-08-24 10:32:31 -0400
commite43c4060b67c1996b917bc00afa72122d1d00004 (patch)
treee9d170a12995b3ce7f330908d12995fd3f830b01 /CHANGELOG
parent9b470aebb993d7a5745f0e9fc17b207fe46b16fe (diff)
downloadgitlab-ce-e43c4060b67c1996b917bc00afa72122d1d00004.tar.gz
api: expose web_url for project entities
This allows web hooks to have a URL back to entities without having to generate it themselves.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ef38d3e29f5..cb3069c1ccd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.12.0 (unreleased)
- Change merge_error column from string to text type
+ - Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel)
- Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
- Added tests for diff notes