From d6a756ba27b2932b3601ca49499587a89967cfb1 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 15 May 2019 11:48:18 -0400 Subject: [PATCH] Update history to reflect merge of #7659 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 210d15a9..10cd972d 100644 --- a/History.markdown +++ b/History.markdown @@ -94,6 +94,7 @@ * ISO week date drops (#5981) * Detect `nil` and empty values in objects with `where` filter (#7580) * Initialize mutations for Drops only if necessary (#7657) + * Reduce Array allocations via Jekyll::Cleaner (#7659) ### Development Fixes