diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-06-02 00:53:34 -0300 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-06-12 21:05:58 -0400 |
commit | 388f6eaaa6d97a09de6162c457042f491d42f96e (patch) | |
tree | 0e89dee7138471ded8c0db0f693c42fe94b704d3 | |
parent | 13791c6704ea6fbca7bcdb2da8e042b00849d783 (diff) | |
download | gitlab-ce-388f6eaaa6d97a09de6162c457042f491d42f96e.tar.gz |
Added SVG sanitizer fix to the changelog
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 99dd1d3ff4a..364690286e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ v 8.9.0 (unreleased) - Fix issue todo not remove when leave project !4150 (Long Nguyen) - Allow customisable text on the 'nearly there' page after a user signs up - Bump recaptcha gem to 3.0.0 to remove deprecated stoken support + - Fix SVG sanitizer to allow more elements - Allow forking projects with restricted visibility level - Added descriptions to notification settings dropdown - Improve note validation to prevent errors when creating invalid note via API |