From f7b5e313c12e45326bd7e9c47a9ac0eccbdb5d76 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 21 Mar 2018 10:36:09 -0400 Subject: [PATCH] Update history to reflect merge of #6848 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 5829b5bb..3ae944e8 100644 --- a/History.markdown +++ b/History.markdown @@ -30,6 +30,7 @@ * Change regex to sanitize and normalize filenames passed to LiquidRenderer (#6610) * Allow passing :strict_variables and :strict_filters options to Liquid's renderer (#6726) * Debug writing files during the build process (#6696) + * Improve regex usage in `Tags::IncludeTag` (#6848) ### Documentation