Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-24 07:17:46 +0300
committerStan Hu <stanhu@gmail.com>2018-07-24 08:05:39 +0300
commitdc5e3c0bf27f99021a4c11cfe07be27c9c017094 (patch)
tree52b0edca2c403481c1e0bf0a63855f5f5154e937 /changelogs/unreleased
parent34c57e09b9f7e774a9c142d6b6daf451fdbf4c87 (diff)
Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performance
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/sh-bump-sanitize-4-6-6.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-bump-sanitize-4-6-6.yml b/changelogs/unreleased/sh-bump-sanitize-4-6-6.yml
new file mode 100644
index 00000000000..b9444440cb9
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-sanitize-4-6-6.yml
@@ -0,0 +1,5 @@
+---
+title: Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performance
+merge_request: 20795
+author:
+type: performance