summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-27 09:52:20 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-27 10:48:29 -0500
commit129c6fbc2d4ce72db8f4dc1ded9b92ce3fcbde50 (patch)
treed9af0f3bfde6768f46fe976f530693f3c0881c38
parent6c0ed6399054db00d8abcc33ad2aa7df59de52bf (diff)
downloadgitlab-ce-129c6fbc2d4ce72db8f4dc1ded9b92ce3fcbde50.tar.gz
Add Safari search box bug fix to changelog
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e52e52691c2..ca5b6b4081f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,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