From 9234fa7510949d6622e6d2ad6723be728f90a411 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 24 Mar 2016 13:54:04 -0700 Subject: [PATCH] Update history to reflect merge of #3849 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 2b70c734..f4ec2251 100644 --- a/History.markdown +++ b/History.markdown @@ -26,6 +26,7 @@ * Doctor: fix issue where `--config` wasn't a recognized flag (#4598) * Ensures related_posts are only set for a post (#4620) * EntryFilter#special?: ignore filenames which begin with '~' (#4491) + * Cleaner: `keep_files` should only apply to the beginning of paths, not substrings with index > 0 (#3849) ### Development Fixes