diff options
author | Stan Hu <stanhu@gmail.com> | 2015-05-24 09:00:00 -0400 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-05-24 20:19:26 -0400 |
commit | 310e08dc2cd743952ef9a6f3bf7300448147dc77 (patch) | |
tree | 2a0a636f0094ec3b042a2b6da82a357124282515 /CHANGELOG | |
parent | f042b085f64223ffe7b9d26f003ee2db76af27a6 (diff) | |
download | gitlab-ce-310e08dc2cd743952ef9a6f3bf7300448147dc77.tar.gz |
Fix clone URL losing selection after a single click in Safari and Chrome
Closes #9326
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index d1ecfb40350..45e2ee0eb74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.12.0 (unreleased) + - Fix clone URL losing selection after a single click in Safari and Chrome (Stan Hu) - Allow to configure location of the `.gitlab_shell_secret` file. (Jakub Jirutka) - Disabled expansion of top/bottom blobs for new file diffs - Update Asciidoctor gem to version 1.5.2. (Jakub Jirutka) |