summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-03-17 02:58:12 +0000
committerRobert Speicher <robert@gitlab.com>2016-03-17 02:58:12 +0000
commitc280edd31c6ab7f6eb757552d165efc69fcfbc9a (patch)
tree2b7230fd038e2639a67013c1c04fbfb4bd85d00b /CHANGELOG
parent6dad864088bf3e2a944262788c0d49d90ceacfde (diff)
parentf0b052e16868107e1693e9b3454039420bee1dde (diff)
downloadgitlab-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--CHANGELOG1
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)