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:
authorJacob Schatz <jschatz@gitlab.com>2016-06-30 18:53:45 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-30 22:31:20 +0300
commit8cbbcee33cd6a8d3e03cfa6630300315ea297973 (patch)
tree166fa5e498f23326a8a61747ddf050b4e35bbd8f /CHANGELOG
parent10a17adea7e35d725f27bc79d14d6a76392a6dd3 (diff)
Merge branch 'sidebar-breakpoint' into 'master'
Updated breakpoint for sidebar pinning Updates the breakpoint for sidebar pinning to 1024px. Think we will have the same issue as before when picking into stable with `$window` not being defined. See merge request !5019 (cherry picked from commit c5d164d1df46eb34668a032b234484f142e1a881)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8bf84aa095b..51f39d7954c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ v 8.9.4
- Fix restore Rake task warning message output. !4980
- Handle external issues in IssueReferenceFilter. !4988
- Expiry date on pinned nav cookie. !5009
+ - Updated breakpoint for sidebar pinning. !5019
v 8.9.3
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963