From 532c499751f564512d4f7ae84721afb3a2523ba1 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 1 Aug 2019 16:21:04 -0400 Subject: [PATCH] Update history to reflect merge of #7732 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 75f67497..13089508 100644 --- a/History.markdown +++ b/History.markdown @@ -109,6 +109,7 @@ * Add `type` attribute to Document instances (#7406) * Reduce allocations from where-filter (#7653) * Memoize SiteDrop#documents to reduce allocations (#7697) + * Add PathManager class to cache interim paths (#7732) ### Development Fixes