diff options
author | Paco Guzman <pacoguzmanp@gmail.com> | 2016-10-10 09:40:14 +0200 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2016-10-13 17:23:24 +0200 |
commit | bba47886264d0ca7650d2b4b202d69984650b0ae (patch) | |
tree | 30db5a4e0548d75919482485de4b7fdf971799c5 /CHANGELOG | |
parent | 6d48c489d93d6dcbdfd955b7456d97ba6cdb23d1 (diff) | |
download | gitlab-ce-bba47886264d0ca7650d2b4b202d69984650b0ae.tar.gz |
Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService15463-extract-update-merge-requests
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4b1ac9d2c3c..472601fa336 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,7 @@ v 8.13.0 (unreleased) - Create a new /templates namespace for the /licenses, /gitignores and /gitlab_ci_ymls API endpoints. !5717 (tbalthazar) - Speed-up group milestones show page - Fix inconsistent options dropdown caret on mobile viewports (ClemMakesApps) + - Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService - Don't include archived projects when creating group milestones. !4940 (Jeroen Jacobs) - Add tag shortcut from the Commit page. !6543 - Keep refs for each deployment |