diff options
author | Robert Speicher <robert@gitlab.com> | 2016-05-08 23:53:49 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-05-08 23:53:49 +0000 |
commit | 4bc4f06512620271a8d454b966e7f5c288a68829 (patch) | |
tree | ebaa412a7a403c17f2af0254a5d2253508cdb398 /CHANGELOG | |
parent | 4a47470febe34bf67e84a2904422626caa64224e (diff) | |
parent | adf9a51899b02f7adc678dca7909201500f05026 (diff) | |
download | gitlab-ce-4bc4f06512620271a8d454b966e7f5c288a68829.tar.gz |
Merge branch 'escape-commit-titles' into 'master'
Escape HTML in commit titles in system note messages
Closes #17348
See merge request !4084
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f2d4f2f76b6..e85d3c88b28 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) - Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen) - Project#open_branches has been cleaned up and no longer loads entire records into memory. + - Escape HTML in commit titles in system note messages - Log to application.log when an admin starts and stops impersonating a user - Updated gitlab_git to 10.1.0 - GitAccess#protected_tag? no longer loads all tags just to check if a single one exists |