summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-10-14 20:57:21 +0000
committerFatih Acet <acetfatih@gmail.com>2016-10-14 20:57:21 +0000
commit05762f449e7620015923eedcbacde8cec1eabf52 (patch)
treee6f974821883cb34a0b3595e22d6e664331d7833 /CHANGELOG
parentecb1aea14694ed15010af694a58e8e37be808509 (diff)
parent517895da4c1ca6201f952e443a579e4f2845e6e0 (diff)
downloadgitlab-ce-05762f449e7620015923eedcbacde8cec1eabf52.tar.gz
Merge branch 'mr-tabs-affix' into 'master'
Merge request tabs stick when scrolling page ## What does this MR do? When scrolling merge requests this sticks the tabs to below the navigation for easy access. ## Screenshots (if relevant) ![sticky](/uploads/372a9889c50e9f85fef475cbee110ec1/sticky.gif) ## What are the relevant issue numbers? Closes #20548 See merge request !6382
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9663c5ac3d9..0cff4faea4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -268,6 +268,7 @@ v 8.12.0
- Remove prefixes from transition CSS property (ClemMakesApps)
- Add Sentry logging to API calls
- Add BroadcastMessage API
+ - Merge request tabs are fixed when scrolling page
- Use 'git update-ref' for safer web commits !6130
- Sort pipelines requested through the API
- Automatically expand hidden discussions when accessed by a permalink !5585 (Mike Greiling)