From 52374cf8be512f47a5d166db35439b1621121cc3 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Tue, 25 Jun 2019 17:02:07 -0400 Subject: [PATCH] Update history to reflect merge of #7697 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 209b96e7..50b4845b 100644 --- a/History.markdown +++ b/History.markdown @@ -105,6 +105,7 @@ * Reduce allocations from Jekyll::Document instances (#7625) * Add `type` attribute to Document instances (#7406) * Reduce allocations from where-filter (#7653) + * Memoize SiteDrop#documents to reduce allocations (#7697) ### Development Fixes