summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-10-12 13:32:48 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-10-12 16:47:35 +0200
commitb998479c81512b7c9a2cff28e7aabff3c4be0424 (patch)
treebb6ad3e585b1096f804dc354eebabb68bf93b9ec /CHANGELOG
parent7c07c07d7a2b93ab81964b9cd28736652da1370a (diff)
downloadgitlab-ce-b998479c81512b7c9a2cff28e7aabff3c4be0424.tar.gz
API: Version informationapi-version
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e478e8c3365..401d0d66de3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,7 @@ v 8.13.0 (unreleased)
- Cache rendered markdown in the database, rather than Redis
- Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes without references
- Simplify Mentionable concern instance methods
+ - API: Ability to retrieve version information (Robert Schilling)
- Fix permission for setting an issue's due date
- API: Multi-file commit !6096 (mahcsig)
- Revert "Label list shows all issues (opened or closed) with that label"