diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-03 15:37:59 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-03 15:43:51 -0600 |
commit | 3004386b55fede6381e5e0794c12625e2b83de25 (patch) | |
tree | 274f89afa65a0bfc5e1913c2c6dd9a9465a72392 /CHANGELOG | |
parent | a0ea38c356889f8cca26ee389f6a466b03a6e057 (diff) | |
download | gitlab-ce-3004386b55fede6381e5e0794c12625e2b83de25.tar.gz |
Revert "Remove the Devise Async gem."
This reverts commit 1cc614f2bdd30b4fce35ee9e680f9272b9012978.
It was causing the ActiveJob integration to fail, so unfortunately we'll have to add the gem again.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 11b1768c8eb..5e64e776f78 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,6 @@ v 8.8.0 (unreleased) - Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project - Updated search UI - Display informative message when new milestone is created - - Replace Devise Async with Devise ActiveJob integration. !3902 (Connor Shea) - Allow "NEWS" and "CHANGES" as alternative names for CHANGELOG. !3768 (Connor Shea) - Added button to toggle whitespaces changes on diff view - Backport GitLab Enterprise support from EE |