From f82458bb150c4f0ce5f3d4050fbaf34c46df6100 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Sun, 12 Apr 2020 21:12:50 -0400 Subject: [PATCH] Update history to reflect merge of #7570 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 764c82d4919..9c8a67f23f4 100644 --- a/History.markdown +++ b/History.markdown @@ -24,6 +24,7 @@ * Optimize markdown parsing with Kramdown by reusing the options and parser objects (#8013) * Add PageDrop to provide Liquid templates with data (#7992) * Optimize `Kramdown::JekyllDocument#to_html` calls (#8041) + * Reduce Jekyll::Renderer instances during a build (#7570) ### Documentation