summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-28 19:59:22 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-28 19:59:22 +0100
commitc5524a1ce0707e09c9d3820e5081e2fc33fd6dd6 (patch)
treea318eb7bfd5a83c9481e1c3a8d88809ede360315
parent53103b46bad3af64f1c1d081fb678c89f48d5160 (diff)
downloadgitlab-ce-pavelloz/gitlab-ce-18731-form-actions-leaking.tar.gz
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c482469908a..d06fc24d40a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,6 +26,7 @@ v 8.12.0 (unreleased)
- Update merge_requests.md with a simpler way to check out a merge request. !5944
- Fix button missing type (ClemMakesApps)
- Move to project dropdown with infinite scroll for better performance
+ - Fix leaking of submit buttons outside the width of a main container !18731 (originally by @pavelloz)
- Load branches asynchronously in Cherry Pick and Revert dialogs.
- Add merge request versions !5467
- Change using size to use count and caching it for number of group members. !5935
@@ -333,7 +334,6 @@ v 8.10.0
- Redirects back to issue after clicking login link
- Eager load award emoji on notes
- Allow to define manual actions/builds on Pipelines and Environments
- - Fix leaking of submit buttons outside the width of a main container !18731
- Fix pagination when sorting by columns with lots of ties (like priority)
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times. !5020
- Updated project header design