Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-27 17:52:20 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-27 18:48:29 +0300
commit129c6fbc2d4ce72db8f4dc1ded9b92ce3fcbde50 (patch)
treed9af0f3bfde6768f46fe976f530693f3c0881c38 /CHANGELOG
parent6c0ed6399054db00d8abcc33ad2aa7df59de52bf (diff)
Add Safari search box bug fix to changelog
Diffstat (limited 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