From 2d3c030facd8c64a3ef75a187fa1ee375edfdfa8 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 16 May 2019 11:44:44 -0400 Subject: [PATCH] Update history to reflect merge of #7406 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 92f81dc8..b2a923c3 100644 --- a/History.markdown +++ b/History.markdown @@ -99,6 +99,7 @@ * Encode and unencode urls only as required (#7654) * Reduce string allocations with better alternatives (#7643) * Reduce allocations from Jekyll::Document instances (#7625) + * Add `type` attribute to Document instances (#7406) ### Development Fixes