From 79ceb4d394f77a42069c5d7cba6a7f4f10ef4716 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 4 Dec 2015 14:12:59 -0800 Subject: [PATCH] Update history to reflect merge of #4223 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 2d4e3fa3..c87e220b 100644 --- a/History.markdown +++ b/History.markdown @@ -2,6 +2,7 @@ ### Minor Enhancements + * Add 'sample' Liquid filter Equivalent to Array#sample functionality (#4223) * 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)