From 918bfd5fe5f9f411869f3bfbbf81a478316f04b2 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 25 Nov 2015 10:28:07 -0800 Subject: [PATCH] Update history to reflect merge of #4183 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index c25fc45e..208ba755 100644 --- a/History.markdown +++ b/History.markdown @@ -5,6 +5,7 @@ * Cache parsed include file to save liquid parsing time. (#4120) * Slightly speed up url sanitization and handle multiples of ///. (#4168) * Print debug message when a document is skipped from reading (#4180) + * Include tag should accept multiple variables in the include name (#4183) ### Bug Fixes