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:
authorPhil Hughes <me@iamphill.com>2016-06-01 12:11:30 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-06-05 23:15:51 +0300
commit515a5aeb3325848de22eec6421b1a0dcaf434e2c (patch)
tree5b088b12085a0aeb17299664f032db06f92955ab /CHANGELOG
parent86df113907907b282de226e86b27e1136432563e (diff)
Fixed JS errors
CHANGELOG item
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ecce18af066..6d5663134d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -43,6 +43,7 @@ v 8.8.4 (unreleased)
- 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
+ - Upgrade to jQuery 2
v 8.8.3
- Fix 404 page when viewing TODOs that contain milestones or labels in different projects. !4312