summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-02 17:18:22 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-02 17:18:22 +0000
commit0652d92526cb504be076c059f76360b4c876135b (patch)
tree67ce35fafee4e5b77b802ad44f87560fd7cbb91d /CHANGELOG
parent819076efe136e86dddba4801a85bc750dc521a69 (diff)
parentf1e74de47cd9fcf334617023aaa737c83c98a7f2 (diff)
downloadgitlab-ce-0652d92526cb504be076c059f76360b4c876135b.tar.gz
Merge branch '15527-fix-wiki-page-creation-issue' into 'master'
Fix error when trying to create a wiki page Closes #15527, #15569, #15623, #15630, #15637, #15653, #15870, #16558, #16875, #16987, #17016, https://github.com/gitlabhq/gitlabhq/issues/10317. See merge request !3924
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f1f93a3cb0a..87aafb939e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ v 8.8.0 (unreleased)
v 8.7.2
- The "New Branch" button is now loaded asynchronously
+ - Fix error 500 when trying to create a wiki page
v 8.7.1
- Throttle the update of `project.last_activity_at` to 1 minute. !3848