diff options
author | Drew Blessing <drew@gitlab.com> | 2016-08-02 22:46:43 -0600 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-11-01 14:52:59 -0500 |
commit | af5322e90b47e830e7713482854ddf6450a0d8c1 (patch) | |
tree | aa15e96de4e970a83323da613b4b50eef367e703 /CHANGELOG.md | |
parent | f73f09b1e079e2c1e1793878437f00731af5e177 (diff) | |
download | gitlab-ce-af5322e90b47e830e7713482854ddf6450a0d8c1.tar.gz |
Add Rake task to create/repair GitLab Shell hooks symlinks
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b9219d9cf..3a1da1bcf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fix: Backup restore doesn't clear cache - Optimize Event queries by removing default order - API: Fix project deploy keys 400 and 500 errors when adding an existing key. !6784 (Joshua Welsh) +- Add Rake task to create/repair GitLab Shell hooks symlinks !5634 - Add job for removal of unreferenced LFS objects from both the database and the filesystem (Frank Groeneveld) - Replace jquery.cookie plugin with js.cookie !7085 - Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests method |