summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-07 14:03:01 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-25 11:11:11 +0200
commite0a79ab4e8ecf89db46b564a9ab7135c5a9081ec (patch)
tree5e8f245b7b8341cb2f36f54de03d0cafb6d4f93f /CHANGELOG.md
parent2f470a626238be535c59efa56affb170114651ac (diff)
downloadgitlab-ce-e0a79ab4e8ecf89db46b564a9ab7135c5a9081ec.tar.gz
Increase debounce wait on issues search execution.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 970f88b9fa7..f029c8a94fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -100,6 +100,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Add RTL support to markdown renderer (Ebrahim Byagowi)
- Add word-wrap to issue title on issue and milestone boards (ClemMakesApps)
- Fix todos page mobile viewport layout (ClemMakesApps)
+ - Make issues search less finicky
- Fix inconsistent highlighting of already selected activity nav-links (ClemMakesApps)
- Remove redundant mixins (ClemMakesApps)
- Added 'Download' button to the Snippets page (Justin DiPierro)