summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichi302 <michi302@michi302.de>2016-01-05 19:05:41 +0100
committerMichi302 <michi302@michi302.de>2016-01-05 19:05:41 +0100
commit8393e3e04b8b336ec80cb0da49d273f709043120 (patch)
treeedd2c2f470a43ea7b53eb8393cccc3025b60a88e
parent141b8b67ff4cbe67778ff6815a51f49834e290b9 (diff)
downloadgitlab-ce-Michi302/gitlab-ce-feature/detailed-user-endpoint.tar.gz
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 57f0b9f30d5..698f4e5f1cf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ v 8.4.0 (unreleased)
- Add CAS support (tduehr)
- Add link to merge request on build detail page.
- Revert back upvote and downvote button to the issue and MR pages
+ - Change single user API endpoint to return more detailed data (Michael Potthoff)
v 8.3.2 (unreleased)
- Disable --follow in `git log` to avoid loading duplicate commit data in infinite scroll (Stan Hu)