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:
authorMart Sõmermaa <mart.somermaa@cgi.com>2014-04-09 19:24:12 +0400
committerMart Sõmermaa <mart.somermaa@cgi.com>2014-04-10 21:24:20 +0400
commit0da8428f8efb7af188deb3e85ca911efbfb0e59e (patch)
tree5f15f2449210c7c89ec8687d5706856022aa603b /CHANGELOG
parent731c009a80748aa6dc3f9d6460d9d6f7e3d27c18 (diff)
Expose event and and mergerequest timestamps in API, make code more DRY.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cdd8e9b665f..7a9fc0e4a06 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ v 6.8.0
- Option to disable standard login
- Clean old created archives from repository downloads directory
- Fix download link for huge MR diffs
+ - Expose event and mergerequest timestamps in API
v 6.7.3
- Fix the merge notification email not being sent (Pierre de La Morinerie)