diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-08-08 10:41:15 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2016-08-08 10:41:15 -0500 |
commit | 3861a8c5fca96bf374e1f210a4e2082be01485f7 (patch) | |
tree | 04d5562fa1274a393cd055a5ec69c60a2ac95582 /CHANGELOG | |
parent | 6df51b35d598a3ec553100323c0f0611e1e3d1e1 (diff) | |
download | gitlab-ce-3861a8c5fca96bf374e1f210a4e2082be01485f7.tar.gz |
Fix button missing type
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 77bcea54cf9..a21f92bb40b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -56,6 +56,7 @@ v 8.11.0 (unreleased) - Add the `sprockets-es6` gem - Multiple trigger variables show in separate lines (Katarzyna Kobierska Ula Budziszewska) - Profile requests when a header is passed + - Fix button missing type (ClemMakesApps) - Avoid calculation of line_code and position for _line partial when showing diff notes on discussion tab. - Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible - Add commit stats in commit api. !5517 (dixpac) |