diff options
author | Phil Hughes <me@iamphill.com> | 2016-09-05 16:38:19 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-09-16 10:49:55 +0100 |
commit | a5035ed3108e4c335382c44b24470e4a564270e4 (patch) | |
tree | c98a35569219fe3c21ed13e8542c4fcd929d2906 /CHANGELOG | |
parent | 3531032e162ae78bbf21299d14d8b7cc452625f0 (diff) | |
download | gitlab-ce-a5035ed3108e4c335382c44b24470e4a564270e4.tar.gz |
Correctly loads gfm autocomplete source on pages where it is required
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7f144628d61..96509f8b2d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,8 @@ v 8.12.0 (unreleased) - Optimistic locking for Issues and Merge Requests (title and description overriding prevention) - Add `wiki_page_events` to project hook APIs (Ben Boeckel) - Remove Gitorious import + - Loads GFM autocomplete source only when required + - Fix issue with slash commands not loading on new issue page - Fix inconsistent background color for filter input field (ClemMakesApps) - Remove prefixes from transition CSS property (ClemMakesApps) - Add Sentry logging to API calls |