diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-22 15:02:46 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-22 15:02:46 +0200 |
commit | 4f61061cfbf5a3917442c7e0a971099cf0f9a0a9 (patch) | |
tree | 44cd6853fccb9f30f2aed517e126913b9940f0f4 /CHANGELOG | |
parent | 2fc6f8f2cb18a441b777d35c21f5e6d1f066a4d6 (diff) | |
download | gitlab-ce-4f61061cfbf5a3917442c7e0a971099cf0f9a0a9.tar.gz |
Support sockets in 'rake gitlab:shell:install'
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6667eceb94a..3f6cc3a8268 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -32,6 +32,7 @@ v 7.3.0 - Zen mode (fullscreen) for issues/MR/notes (Robert Schilling) - Add ability to configure webhook timeout via gitlab.yml (Wes Gurney) - Sort project merge requests in asc or desc order for updated_at or created_at field (sponsored by O'Reilly Media) + - Add Redis socket support to 'rake gitlab:shell:install' v 7.2.1 - Delete orphaned labels during label migration (James Brooks) |