Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-06-23 15:30:21 +0300
committerStan Hu <stanhu@gmail.com>2015-06-23 15:34:21 +0300
commit555fd0cf4ab9474f84b3fcf4a4045fdac181b5f7 (patch)
tree2e552bcd1a199c112baa61013e151eb0a7149d23 /CHANGELOG
parent883438970df30ac7101d8f32b30007c4248c75d5 (diff)
Fix downloading of patches on public merge requests when user logged out
Closes #1225 Closes #1854 Closes #1858
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a8aaec1e566..9ef19ff0dd4 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.13.0 (unreleased)
+ - Fix downloading of patches on public merge requests when user logged out (Stan Hu)
- Update maintenance documentation to explain no need to recompile asssets for omnibus installations (Stan Hu)
- Support commenting on diffs in side-by-side mode (Stan Hu)
- Fix JavaScript error when clicking on the comment button on a diff line that has a comment already (Stan Hu)