diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-06-15 00:15:46 +0300 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-06-15 11:37:45 -0400 |
commit | 415b032ba1d003bb407581ce3069c95ac178bfd4 (patch) | |
tree | 83424f0d577323fe9729520bbd182beb2a003cd5 /CHANGELOG | |
parent | 93a496d270cb638c76a4df45a74121c189146888 (diff) | |
download | gitlab-ce-415b032ba1d003bb407581ce3069c95ac178bfd4.tar.gz |
Prevent default disabled buttons and links.preventdefault-disabled-buttons
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a215d794670..bb5bde9b08b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -77,6 +77,7 @@ v 8.9.0 (unreleased) - RepositoryCheck::SingleRepositoryWorker public and private methods are now instrumented - Improve issuables APIs performance when accessing notes !4471 - External links now open in a new tab + - Prevent default actions of disabled buttons and links - Markdown editor now correctly resets the input value on edit cancellation !4175 - Toggling a task list item in a issue/mr description does not creates a Todo for mentions - Improved UX of date pickers on issue & milestone forms |