diff options
author | Robert Speicher <robert@gitlab.com> | 2016-03-17 02:58:12 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-03-17 02:58:12 +0000 |
commit | c280edd31c6ab7f6eb757552d165efc69fcfbc9a (patch) | |
tree | 2b7230fd038e2639a67013c1c04fbfb4bd85d00b /CHANGELOG | |
parent | 6dad864088bf3e2a944262788c0d49d90ceacfde (diff) | |
parent | f0b052e16868107e1693e9b3454039420bee1dde (diff) | |
download | gitlab-ce-c280edd31c6ab7f6eb757552d165efc69fcfbc9a.tar.gz |
Merge branch 'fix_wiki_links' into 'master'
Fix wiki search results point to raw source
Closes https://github.com/gitlabhq/gitlabhq/issues/9581
See merge request !3138
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 08018abd204..638a4f1d3fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ v 8.6.0 (unreleased) GitLab will ask the user to create a new one upon first visit. - Fix issue when pushing to projects ending in .wiki - Add support for wiki with UTF-8 page names (Hiroyuki Sato) + - Fix wiki search results point to raw source (Hiroyuki Sato) - Don't load all of GitLab in mail_room - Update `omniauth-saml` to 1.5.0 to allow for custom response attributes to be set - Memoize @group in Admin::GroupsController (Yatish Mehta) |