From a63e62f6432a783d1f8aa26ed36ff8768a5b88c4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 8 Feb 2014 00:32:20 -0500 Subject: [PATCH] Update history to reflect merge of #2020 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index a6ffeeaf..18bf5368 100644 --- a/History.markdown +++ b/History.markdown @@ -66,6 +66,7 @@ * Speed up Travis CI builds by using Rebund (#1985) * Use Yarp as a Gem proxy for Travis CI (#1984) * Remove Yarp as a Gem proxy for Travis CI (#2004) + * Move the reading of layouts into its own class (#2020) ### Site Enhancements * Document Kramdown's GFM parser option (#1791)