Merge branch 'changelog-update' into 'master'

Add Safari search box bug fix to changelog



See merge request !3951
This commit is contained in:
Jacob Schatz 2016-04-28 19:25:50 +00:00
commit 3fd0f53744
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ v 8.7.1 (unreleased)
- Use the `can?` helper instead of `current_user.can?`. !3882
- Prevent users from deleting Webhooks via API they do not own
- Fix Error 500 due to stale cache when projects are renamed or transferred
- Update width of search box to fix Safari bug. !3900 (Jedidiah)
v 8.7.0
- Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented