From db2de73a0d6ff93bec3acc53e93ed1270b647e0e Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 16 May 2019 10:56:01 -0400 Subject: [PATCH] Update history to reflect merge of #7625 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 4cb7d980..92f81dc8 100644 --- a/History.markdown +++ b/History.markdown @@ -98,6 +98,7 @@ * Reduce Array allocations via Jekyll::Cleaner (#7659) * Encode and unencode urls only as required (#7654) * Reduce string allocations with better alternatives (#7643) + * Reduce allocations from Jekyll::Document instances (#7625) ### Development Fixes