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-08-02 09:33:33 +0300
committerStan Hu <stanhu@gmail.com>2015-08-02 09:33:33 +0300
commit208e07fe6f4f5954f01462be6d5b595ec8d2fedf (patch)
tree3ff00259736ecaf6b5a07df7ec2119b4eafdba2c /CHANGELOG
parentbdb4288ab82bab14619fe817020e90e48a97e1d4 (diff)
Fix errors deleting and creating branches with encoded slashes
Closes #1804
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8dc23cf175f..493d6122b99 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.14.0 (unreleased)
+ - Fix errors deleting and creating branches with encoded slashes (Stan Hu)
- Fix multi-line syntax highlighting (Stan Hu)
- 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)