summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-05-20 20:46:06 +0000
committerDouwe Maan <douwe@gitlab.com>2016-05-20 20:46:06 +0000
commit56eb42007ae8c3c390b35bf336884b3bad3591c5 (patch)
tree4ba6515145a3642112d5b349f51bb23d2fcb961c /CHANGELOG
parentf9cf65a6c4c8dfb94636f95fffa3ffa7176a31ef (diff)
parentdec6b31c2772f7af792f7739b8b3b86a4dbd75db (diff)
downloadgitlab-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--CHANGELOG1
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