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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-14 10:27:11 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-14 10:27:11 +0400
commit28e6e1b1ab22f50a700408fa0c43528cd13ad360 (patch)
treec3f1f21995054faf268543d9eb79a42eef03eab7 /CHANGELOG
parent352bb972665822cace72497241e7b309c2167268 (diff)
parent9cb2a4ac8abfe27ecbf1133aec7b29604f20c248 (diff)
Merge branch '161-emails-on-push-service' of https://gitlab.com/jsternberg/gitlab-ce into jsternberg/gitlab-ce-161-emails-on-push-service
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7a9fc0e4a06..3ef46f4484e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,7 @@ v 6.8.0
- Clean old created archives from repository downloads directory
- Fix download link for huge MR diffs
- Expose event and mergerequest timestamps in API
+ - Fix emails on push service when only one commit is pushed
v 6.7.3
- Fix the merge notification email not being sent (Pierre de La Morinerie)