diff options
author | Stan Hu <stanhu@gmail.com> | 2016-05-07 10:56:08 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-05-09 12:47:53 -0700 |
commit | 849cc380d8f2ed895bde11c01987e6633bc3d567 (patch) | |
tree | 76de46e4b15969b09b3fa235642e160203a0a112 /CHANGELOG | |
parent | 93b4a3a1561839f42b03755b071296b926f6e7a5 (diff) | |
download | gitlab-ce-849cc380d8f2ed895bde11c01987e6633bc3d567.tar.gz |
Use a case-insensitive comparison in sanitizing URI schemes
Closes #1625
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 63077523aaa..917f9ed3a87 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.8.0 (unreleased) - Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen) + - Use a case-insensitive comparison in sanitizing URI schemes - Project#open_branches has been cleaned up and no longer loads entire records into memory. - Escape HTML in commit titles in system note messages - Improve multiple branch push performance by memoizing permission checking |