From 9957e21be7f45e791725a9e0a963b329f79c2615 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 16 May 2019 12:38:55 -0400 Subject: [PATCH] Update history to reflect merge of #7653 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index b2a923c3..c97df14f 100644 --- a/History.markdown +++ b/History.markdown @@ -100,6 +100,7 @@ * Reduce string allocations with better alternatives (#7643) * Reduce allocations from Jekyll::Document instances (#7625) * Add `type` attribute to Document instances (#7406) + * Reduce allocations from where-filter (#7653) ### Development Fixes