From 7cdbbaafa74b1bca344f74e0cd9e0e5b018a781a Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 16 May 2019 10:04:40 -0400 Subject: [PATCH] Update history to reflect merge of #7643 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 3ce960a1..4cb7d980 100644 --- a/History.markdown +++ b/History.markdown @@ -97,6 +97,7 @@ * Initialize mutations for Drops only if necessary (#7657) * Reduce Array allocations via Jekyll::Cleaner (#7659) * Encode and unencode urls only as required (#7654) + * Reduce string allocations with better alternatives (#7643) ### Development Fixes