summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-27 07:47:33 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-27 07:47:33 -0600
commit47b9b162c7df91fda0bb47d4c83f0fe4681e055b (patch)
tree8da724237ee64f0b9a29f4c00d4f878fc5cf526b /CHANGELOG
parent0115ab7f403e7b25a7e66c3f4c309ddd5f37d657 (diff)
downloadgitlab-ce-47b9b162c7df91fda0bb47d4c83f0fe4681e055b.tar.gz
Revert Subresource Integrity pending a fix for Firefox's incorrect hashing implementation.revert-sri
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4a8188ea060..ef027eff045 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,7 +7,6 @@ v 8.10.0 (unreleased)
- Fix MR-auto-close text added to description. !4836
- Fix pagination when sorting by columns with lots of ties (like priority)
- Exclude email check from the standard health check
- - Implement Subresource Integrity for CSS and JavaScript assets. This prevents malicious assets from loading in the case of a CDN compromise.
- Fix changing issue state columns in milestone view
- Fix user creation with stronger minimum password requirements !4054 (nathan-pmt)
- Add API endpoint for a group issues !4520 (mahcsig)