summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-21 14:56:21 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-21 14:56:21 +0000
commitac4529f700014671437e46497dcdf630e67aca73 (patch)
tree165b49716df64e69a35180111f7c357b6f58a7c1 /CHANGELOG
parentf411f83dbbccf995a88e3e0fdbe4d3c0a5267796 (diff)
parent3beff9e4a119a0a292018458613d9bdf77c2c52b (diff)
downloadgitlab-ce-ac4529f700014671437e46497dcdf630e67aca73.tar.gz
Merge branch '18743-sidebar-pin-tooltip' into 'master'
Resolve "Tooltip for pinning sidebar" ## What does this MR do? Adds tooltip to show whether sidebar is pinned/unpinned ## What are the relevant issue numbers? Closes #18743 ## Screenshots (if relevant) ![Screen_Shot_2016-06-17_at_12.14.25_PM](/uploads/162f52084a770012cdc621122acd6c6c/Screen_Shot_2016-06-17_at_12.14.25_PM.png) ![Screen_Shot_2016-06-17_at_12.14.35_PM](/uploads/d9296720aeada972441f48d9a3d2f7f8/Screen_Shot_2016-06-17_at_12.14.35_PM.png) See merge request !4759
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8e73682d8e5..482696431b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -145,6 +145,7 @@ v 8.9.0 (unreleased)
- ExtractsPath get ref_names from repository cache, if not there access git.
- Cache user todo counts from TodoService
- Ensure Todos counters doesn't count Todos for projects pending delete
+ - Add tooltip to pin/unpin navbar
v 8.8.5
- Import GitHub repositories respecting the API rate limit !4166