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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-07 22:34:30 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-10 14:46:31 +0300
commitc97a81d274ff0e7b792ed409385318c4ec25d92e (patch)
treea507c709e33a05ccf689bad674caf1a04ed49b74
parent4c506c4498192b6d60a3731ad5428e2354b777cb (diff)
Add Changelog entry for upload link in snippet fix
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b07b7da3300..841f5870d55 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.8.0 (unreleased)
+ - Fix error when using link to uploads in global snippets
- Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen)
- Project#open_branches has been cleaned up and no longer loads entire records into memory.
- Escape HTML in commit titles in system note messages