diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-05-20 20:46:06 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-05-20 20:46:06 +0000 |
commit | 56eb42007ae8c3c390b35bf336884b3bad3591c5 (patch) | |
tree | 4ba6515145a3642112d5b349f51bb23d2fcb961c /CHANGELOG | |
parent | f9cf65a6c4c8dfb94636f95fffa3ffa7176a31ef (diff) | |
parent | dec6b31c2772f7af792f7739b8b3b86a4dbd75db (diff) | |
download | gitlab-ce-56eb42007ae8c3c390b35bf336884b3bad3591c5.tar.gz |
Merge branch 'issue-17537-fix' into 'master'
Fix Error 500 when attempting to retrieve project license when HEAD points to non-existent ref
Closes #17537
See merge request !4151
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4c810ab21f2..457af51605c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.8.0 (unreleased) - Snippets tab under user profile. !4001 (Long Nguyen) - Fix error when using link to uploads in global snippets + - Fix Error 500 when attempting to retrieve project license when HEAD points to non-existent ref - Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen) - Use a case-insensitive comparison in sanitizing URI schemes - Toggle sign-up confirmation emails in application settings |