diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-30 16:03:49 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-04-04 19:44:07 -0600 |
commit | b9abf938edf52e762d320b1eb8732155e23d7b72 (patch) | |
tree | fa58191817cb644a1eeb969b23e1d2cc58e654cb /CHANGELOG | |
parent | 67136007933425414293602bc75d2ba4822f2a93 (diff) | |
download | gitlab-ce-b9abf938edf52e762d320b1eb8732155e23d7b72.tar.gz |
Wrap images in discussions and wikis with a link to the image source using ImageLinkFilter.
Resolves #14411.
See merge request !3464
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f72bb670ece..39239bebcfb 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 8.7.0 (unreleased) + - All images in discussions and wikis now link to their source files !3464 (Connor Shea). - Improved Markdown rendering performance !3389 (Yorick Peterse) - Don't attempt to look up an avatar in repo if repo directory does not exist (Stan hu) - Preserve time notes/comments have been updated at when moving issue |