Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-12 13:32:34 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-12 13:32:34 +0300
commit10080ce3624e199bd770a924d8d7f178008d4cb7 (patch)
tree9f52c706e1a4f25ab6efa7b498e6c7776e5cab8d /CHANGELOG
parent8cb41f19891e4f39c64abd6b2a273625103c5f43 (diff)
API: Expose updated_at for notes
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c08b148c3ac..75743872801 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,7 @@ v 8.7.0 (unreleased)
- API: Expose user location (Robert Schilling)
- ClosingIssueExtractor regex now also works with colons. e.g. "Fixes: #1234" !3591
- Update number of Todos in the sidebar when it's marked as "Done". !3600
+ - API: Expose 'updated_at' for issue, snippet, and merge request notes (Robert Schilling)
v 8.6.5
- Fix importing from GitHub Enterprise. !3529