diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-10 08:28:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-10 10:46:19 +0100 |
commit | 1d95958ba06c7d42c76f8a1599f831ce5251acca (patch) | |
tree | 3205d8279fd9a54e95379e6ba66feaf1c706ca90 /CHANGELOG | |
parent | e0f3e44b3e67b80543b6956c7ae46035fabc696f (diff) | |
download | gitlab-ce-1d95958ba06c7d42c76f8a1599f831ce5251acca.tar.gz |
Changelog fix for search dropdown arrow keys fixchangelog-search-arrow-keys
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index b00c149a753..604007d822b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 8.9.0 (unreleased) - Fix endless redirections when accessing user OAuth applications when they are disabled - Allow enabling wiki page events from Webhook management UI - Bump rouge to 1.11.0 + - Fix issue with arrow keys not working in search autocomplete dropdown - Make EmailsOnPushWorker use Sidekiq mailers queue - Fix wiki page events' webhook to point to the wiki repository - Fix issue todo not remove when leave project !4150 (Long Nguyen) @@ -64,7 +65,6 @@ v 8.9.0 (unreleased) v 8.8.5 (unreleased) - Ensure branch cleanup regardless of whether the GitHub import process succeeds - - Fix issue with arrow keys not working in search autocomplete dropdown - Fix todos page throwing errors when you have a project pending deletion - Reduce number of SQL queries when rendering user references - Import GitHub repositories respecting the API rate limit |