diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-22 07:33:32 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-06-23 05:49:19 -0700 |
commit | 774b7ee277bbad5bbd16a23664cbc2ba7f3b6499 (patch) | |
tree | ba51e02046f8d0f262f04f45425a757bce8b60f5 /CHANGELOG | |
parent | 883438970df30ac7101d8f32b30007c4248c75d5 (diff) | |
download | gitlab-ce-774b7ee277bbad5bbd16a23664cbc2ba7f3b6499.tar.gz |
Fix Error 500 when relative submodule resolves to a namespace that has a different name from its path
Closes #1849
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a8aaec1e566..ea333c31ab8 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 Error 500 when relative submodule resolves to a namespace that has a different name from its path (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) |