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:
authorRobert Speicher <rspeicher@gmail.com>2015-07-31 00:27:25 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-07-31 00:27:25 +0300
commit7ca7770e984d802f9f35579d6b5c08ad63a3052a (patch)
tree07e8146f304c08f37792bcd37d32482b79a5ebe7
parent4e22dcb6a34f43e5b3b2700ec72b32354315adc0 (diff)
Fix CHANGELOG entry
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 86927eae79f..c1f7da82f5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 7.14.0 (unreleased)
- Fix network graph when branch name has single quotes (Stan Hu)
- Upgrade gitlab_git to version 7.2.6 to fix Error 500 when creating network graphs (Stan Hu)
- - Fix the image file that contains non-ascii character is not displayed(Hiroyuki Sato)
+ - Add support for Unicode filenames in relative links (Hiroyuki Sato)
- Fix URL used for refreshing notes if relative_url is present (Bartłomiej Święcki)
- Fix commit data retrieval when branch name has single quotes (Stan Hu)
- Check that project was actually created rather than just validated in import:repos task (Stan Hu)