diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-22 15:08:02 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-06-23 04:39:49 -0700 |
commit | e80d7a804f335447c8c4db8d8de3532957d80ec8 (patch) | |
tree | 0a6e720f703a922a69d59d64054cbde74d542d42 /CHANGELOG | |
parent | 883438970df30ac7101d8f32b30007c4248c75d5 (diff) | |
download | gitlab-ce-e80d7a804f335447c8c4db8d8de3532957d80ec8.tar.gz |
Fix error when deleting a user who has projects
Closes #1856
Closes https://github.com/gitlabhq/gitlabhq/issues/9394
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a8aaec1e566..c18f274617f 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 when deleting a user who has projects (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) |